X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fdefault%2Foidentd;fp=etc%2Fdefault%2Foidentd;h=f807bd575e5a87496458460a79ee8ccdffc0171a;hb=8f65fc00ed8df6d405684c3b94d2d319f05111ed;hp=0000000000000000000000000000000000000000;hpb=32508c616759adb9c0eba12c51494ca87d313ed0;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/default/oidentd b/etc/default/oidentd new file mode 100644 index 0000000..f807bd5 --- /dev/null +++ b/etc/default/oidentd @@ -0,0 +1,20 @@ +# 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 +# -P allow forwarded connectsions from this host. We use our own +# hostname here, since connections will be forwarded from oidentd +# on the vserver host. Those connections will appear to originate +# from our own (and only) IP address. +# see oidentd(8) for detailed list +OIDENT_OPTIONS="-mf -P `hostname`" + +# user / group +OIDENT_USER=oident +OIDENT_GROUP=oident + +# Allow the default router to act as an oidentd proxy? (yes/no) +# Since the vserver stuff messes up this autodetection, we pass in -P +# above instead. +OIDENT_BEHIND_PROXY=no +