Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | magnus | 1 | # Configuration for oidentd |
2 | # see oidentd.conf(5) |
||
3 | # |
||
4 | default { |
||
5 | default { |
||
6 | deny spoof |
||
7 | deny spoof_all |
||
8 | deny spoof_privport |
||
9 | allow random |
||
10 | allow random_numeric |
||
11 | allow numeric |
||
12 | deny hide |
||
13 | } |
||
14 | } |
||
15 | |||
16 | # you may want to hide root connections |
||
17 | #user "root" { |
||
18 | # default { |
||
19 | # force reply "UNKNOWN" |
||
20 | # } |
||
21 | #} |
||
22 |