X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=etc%2Fdefault%2Foidentd;fp=etc%2Fdefault%2Foidentd;h=14bec1eb98ae0134830bc528b1bbf8d4c8dbb949;hb=94063426f36b90b391ed37c28a83980ae22a14c9;hp=0000000000000000000000000000000000000000;hpb=3efd2f3ff6b490e947d45ec28925f35888ec6896;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/default/oidentd b/etc/default/oidentd new file mode 100644 index 0000000..14bec1e --- /dev/null +++ b/etc/default/oidentd @@ -0,0 +1,17 @@ +# options to use when starting oidentd as daemon: +# -m lookup masquaraded connections in /etc/oidentd_masq.users +# -f forward requests for masquaraded connections to real host +# -q don't log connections to oidentd +# see oidentd(8) for detailed list +OIDENT_OPTIONS="-mf" + +# user / group +OIDENT_USER=oident +OIDENT_GROUP=oident + +# Allow the default router to act as an oidentd proxy? (yes/no) +# this is needed behind a masquarading router that runs oidentd -f +# if your identd proxy is not the default router, you have to +# manually specify it via -P +OIDENT_BEHIND_PROXY=yes +