-
Notifications
You must be signed in to change notification settings - Fork 0
/
tac_plus.cfg
54 lines (44 loc) · 1.29 KB
/
tac_plus.cfg
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
id = spawnd {
listen = { port = 49 }
spawn = {
instances min = 1
instances max = 10
}
background = no
}
id = tac_plus {
#debug = AUTHOR AUTHEN
log = stdout {
destination = ">/proc/1/fd/1"
}
log = stderr {
destination = ">/dev/stderr"
}
log = file {
destination = /var/log/tac_plus.log
}
#mavis module = external {
# setenv LDAP_HOSTS = "1.1.1.1:3268 1.1.1.2:3268"
# setenv LDAP_BASE = "dc=some,dc=org"
# setenv LDAP_USER = "[email protected]"
# setenv LDAP_PASSWD = "verysecret"
# setenv LDAP_SERVER_TYPE = "microsoft"
# setenv AD_GROUP_PREFIX = "tacacs"
# setenv USE_TLS = 1
# setenv REQUIRE_AD_GROUP_PREFIX = 1
# exec = /tacacs/lib/mavis/mavis_tacplus_ldap.pl
#}
login backend = mavis
user backend = mavis
# Seems to have problems with STDOUT, so we'll log to STDERR as well (this works fine!)
authentication log = stderr
authorization log = stderr
accounting log = stderr
#authentication log = stdout
#authorization log = stdout
#accounting log = stdout
#authentication log = file
#authorization log = file
#accounting log = file
include = /etc/tac_plus/tac_user.cfg
}