X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=usr%2Fshare%2Fcarnet-upgrade%2Ffiles%2Fetc%2Fdefault%2Foidentd;fp=usr%2Fshare%2Fcarnet-upgrade%2Ffiles%2Fetc%2Fdefault%2Foidentd;h=d0904de09fb0083e1ea8e6025d52f685dc41dec3;hb=039bb4c83072ff6930f464a4ed00c1c97099a3ca;hp=0000000000000000000000000000000000000000;hpb=9e8ab2c99a8eb59f0a500734371be21e10fe39c8;p=carnet-upgrade.git diff --git a/usr/share/carnet-upgrade/files/etc/default/oidentd b/usr/share/carnet-upgrade/files/etc/default/oidentd new file mode 100644 index 0000000..d0904de --- /dev/null +++ b/usr/share/carnet-upgrade/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 +