Subversion Repositories ALCASAR

Rev

Rev 2465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

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