-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtac_plus.conf
More file actions
54 lines (54 loc) · 1.09 KB
/
Copy pathtac_plus.conf
File metadata and controls
54 lines (54 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
accounting file = /var/log/tac_plus.acct
key = testing123
user = DEFAULT {
pap = PAM
service = ppp protocol = ip {}
}
group = adm {
service = ppp protocol = ip {
F5-LTM-User-Info-1 = adm
F5-LTM-User-Console = 1
F5-LTM-User-Role = 0
F5-LTM-User-Partition = all
}
}
group = appEd {
service = ppp protocol = ip {
F5-LTM-User-Info-1 = appEd
F5-LTM-User-Console = 0
F5-LTM-User-Role = 300
F5-LTM-User-Partition = Common
}
}
group = userMgr {
service = ppp protocol = ip {
F5-LTM-User-Info-1 = userMgr
F5-LTM-User-Console = 0
F5-LTM-User-Role = 40
F5-LTM-User-Partition = Common
}
}
group = ops {
service = ppp protocol = ip {
F5-LTM-User-Info-1 = ops
F5-LTM-User-Console = 1
F5-LTM-User-Role = 400
F5-LTM-User-Partition = partition1
}
}
user = f5user1 {
pap = cleartext F5letmein24!
member = adm
}
user = f5user2 {
pap = cleartext F5letmein24!
member = appEd
}
user = f5user3 {
pap = cleartext F5letmein24!
member = userMgr
}
user = f5user4 {
pap = cleartext F5letmein24!
member = ops
}