6c1de5d01fa29509e2b1836d57db1501c79ca2bf
[matthijs/servers/drsnuggles.git] / etc / default / oidentd
1 # options to use when starting oidentd as daemon:
2 # -m    lookup masquaraded connections in /etc/oidentd_masq.users
3 # -f    forward requests for masquaraded connections to real host
4 # -q    don't log connections to oidentd
5 # -a    Only listen on this address, instead of the wildcard, so
6 #       vservers can run their own identd's.
7 # see oidentd(8) for detailed list
8 OIDENT_OPTIONS="-mf -a `hostname --fqdn`"
9
10 # user / group
11 OIDENT_USER=oident
12 OIDENT_GROUP=oident
13
14 # Allow the default router to act as an oidentd proxy? (yes/no)
15 # this is needed behind a masquarading router that runs oidentd -f
16 # if your identd proxy is not the default router, you have to
17 # manually specify it via -P
18 OIDENT_BEHIND_PROXY=yes
19