File: default

package info (click to toggle)
oidentd 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,324 kB
  • sloc: sh: 4,582; ansic: 4,062; yacc: 477; lex: 341; makefile: 84
file content (18 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
# -l <number> Limit the number of simultaneous connections to <number>
# see oidentd(8) for detailed list
OIDENT_OPTIONS="-mf -l 10"

# 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