Subversion Repositories ALCASAR

Rev

Rev 2490 | Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2465 richard 1
# -*- text -*-
2
#  Lightweight Directory Access Protocol (LDAP) module for ALCASAR
3
ldap {
4
server = localhost
5
port = 389
6
identity = cn=alcasaradmin;cn=Users;dc=serverad;dc=com
7
password = mypass
8
base_dn = cn=Users;dc=serverad;dc=com
9
	user {
10
		base_dn = "${..base_dn}"
11
		#  "samaccountname=" for AD; "uid=" for LDAP
12
filter = (samaccountname=%{%{Stripped-User-Name}:-%{User-Name}})
13
	}
14
	options {
15
		chase_referrals = yes
16
		rebind = yes
17
		res_timeout = 10
18
		srv_timelimit = 3
19
		net_timeout = 1
20
		idle = 60
21
		probes = 3
22
		interval = 3
23
	}
24
	pool {
25
		start = 5
26
		min = 3
27
		max = 10
28
		uses = 0
29
		retry_delay = 30
30
		lifetime = 0
31
		idle_timeout = 60
32
	}
33
}