X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Ffiles%2Fetc%2Fdefault%2Foidentd;fp=src%2Ffiles%2Fetc%2Fdefault%2Foidentd;h=d0904de09fb0083e1ea8e6025d52f685dc41dec3;hb=1e70ff3fe998033fd93c8cd177082b8cd566d2ce;hp=0000000000000000000000000000000000000000;hpb=145b5a97d79f0305f0c6b56fc78437eac89ec94b;p=carnet-upgrade.git diff --git a/src/files/etc/default/oidentd b/src/files/etc/default/oidentd new file mode 100644 index 0000000..d0904de --- /dev/null +++ b/src/files/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=nobody +OIDENT_GROUP=nogroup + +# 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 +