Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 15
1
# Configuration for oidentd
1
# Configuration for oidentd
2
# see oidentd.conf(5)
2
# see oidentd.conf(5)
3
# 
3
# 
4
default {
4
default {
5
	default {
5
	default {
6
		deny spoof
6
		deny spoof
7
		deny spoof_all
7
		deny spoof_all
8
		deny spoof_privport
8
		deny spoof_privport
9
		allow random
9
		allow random
10
		allow random_numeric
10
		allow random_numeric
11
		allow numeric
11
		allow numeric
12
		deny hide
12
		deny hide
13
	}
13
	}
14
}
14
}
15
15
16
# you may want to hide root connections
16
# you may want to hide root connections
17
#user "root" {
17
#user "root" {
18
#	default {
18
#	default {
19
#		force reply "UNKNOWN"
19
#		force reply "UNKNOWN"
20
#	}
20
#	}
21
#}
21
#}
22
22