Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LDAPauth.ini « LDAP « Authenticators - github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd0ddf66e7375519ebc0a9b2b9f7033c9f2c3a93 (plain)
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
;Player configuration
[user]
;If you do not already know what it is just leave it as it is
id_offset       = 1000000000
;Reject users if the authenticator experiences an internal error during authentication
reject_on_error = True
;Reject users that are not found when bind_dn is used with non-user credentials.
;Setting this to False will cause a fall-through when the user is not found in LDAP.
reject_on_miss  = True

;Ice configuration
[ice]
host            = 127.0.0.1
port            = 6502
slice           = Murmur.ice
secret          =
watchdog        = 30

; LDAP specific configuration
[ldap]
; Use bind_dn and bind_pass if you use non-user credentials for searches.
; bind_dn =
; bind_pass = 
users_dn = ou=Users,dc=example,dc=com
; Use discover_dn to find the user DN by searching
discover_dn = false
username_attr = uid
number_attr = roomNumber
display_attr = displayName
group_cn = cn=mumble,ou=Groups,dc=example,dc=com
group_attr = uniqueMember
; Uncomment and set below to provide more info from LDAP
; provide_info = true
; mail_attr = mail

;Murmur configuration
[murmur]
;List of virtual server IDs, empty = all
servers      = 

;Logging configuration
[log]
; Available loglevels: 10 = DEBUG (default) | 20 = INFO | 30 = WARNING | 40 = ERROR
level   =
file    = LDAPauth.log

[iceraw]
Ice.ThreadPool.Server.Size = 5