-
Notifications
You must be signed in to change notification settings - Fork 1
/
f5auth.conf
46 lines (46 loc) · 1.16 KB
/
f5auth.conf
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
auth remote-user {
default-partition Common
}
auth source {
fallback true
type tacacs
}
auth tacacs system-auth {
debug enabled
protocol ip
secret $M$1O$1dWHDDQ06h4V1ZUx8xBBLA==
servers { 10.10.10.10 }
service ppp
}
auth remote-role {
role-info {
adm {
attribute F5-LTM-User-Info-1=adm
console %F5-LTM-User-Console
line-order 1
role %F5-LTM-User-Role
user-partition %F5-LTM-User-Partition
}
appEd {
attribute F5-LTM-User-Info-1=appEd
console %F5-LTM-User-Console
line-order 2
role %F5-LTM-User-Role
user-partition %F5-LTM-User-Partition
}
ops {
attribute F5-LTM-User-Info-1=ops
console %F5-LTM-User-Console
line-order 4
role %F5-LTM-User-Role
user-partition %F5-LTM-User-Partition
}
userMgr {
attribute F5-LTM-User-Info-1=userMgr
console %F5-LTM-User-Console
line-order 3
role %F5-LTM-User-Role
user-partition %F5-LTM-User-Partition
}
}
}