File: default

package info (click to toggle)
oidentd 2.0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 840 kB
  • ctags: 505
  • sloc: ansic: 5,290; sh: 3,215; yacc: 364; lex: 335; makefile: 101
file content (10 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# options to use when starting oidentd as daemon:
# -m	lookup masquaraded connections in /etc/oidentd.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="-m"

# user / group
OIDENT_USER=nobody
OIDENT_GROUP=nogroup