File: default

package info (click to toggle)
oidentd 2.0.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,156 kB
  • ctags: 931
  • sloc: ansic: 6,276; sh: 3,425; yacc: 370; lex: 335; makefile: 45
file content (17 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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