Project

General

Profile

Download (805 Bytes) Statistics
| Branch: | Revision:
1
#
2
# authentication file
3
#
4
# entries look like this:
5
# command: {user|all}[,user...]
6
#
7
# THE DEFAULT IT TO DENY ACCESS TO ALL IF THIS FILE
8
# DOES NOT EXIST, OR IF A COMMAND IS NOT DEFINED HERE
9
#
10

    
11
#
12
# command section
13
#
14
command section
15

    
16
dtlog:		all
17
ack:		all
18
checkauth:	all
19
clear:		all
20
disable:	all
21
dump:		all
22
enable:		all
23
get:		all
24
list:		all
25
loadstate:	all
26
protid:		all
27
quit:		all
28
reload:	        all	
29
reset:		all
30
savestate:	all
31
servertime:	all
32
set:		all
33
start:		all
34
stop:		all
35
term:		all
36
test:		all
37
version:	all
38

    
39
#
40
# trap section
41
#
42
# if no source hosts or users are defined, then do not
43
# accept traps
44
#
45
trap section
46

    
47
#source_host	user	password
48
#
49
# allow from user "mon" from any host
50
#
51
# * mon monpassword
52
#
53
# allow from host 127.0.0.1 without requiring
54
# a valid username and password
55
#
56
127.0.0.1 * *
57
#
(8-8/27)