Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/nslcd-test.conf
blob: 3a83bd0bde0d53cc1bde3ed7416553f3f227e63c (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
# nslcd-test.conf
# nslcd configuration file for test environment.
# See nslcd.conf(5) for details.

# The location at which the LDAP server(s) should be reachable.
uri ldap://127.0.0.1/

# The DN to bind with for normal lookups.
#binddn cn=annonymous,dc=example,dc=net
#bindpw *removed*

# credentials for modifications
rootpwmoddn cn=admin,dc=test,dc=tld
rootpwmodpw test

# The timeout for network operations.
timelimit 2
bind_timelimit 4
reconnect_sleeptime 4
reconnect_retrytime 10

# The search bases that will be used
base dc=test,dc=tld
base passwd ou=people,dc=test,dc=tld
base shadow ou=people,dc=test,dc=tld
base group ou=groups,dc=test,dc=tld

# support nested groups and groupOfNames
filter group (|(objectClass=posixGroup)(objectClass=groupOfNames))
nss_nested_groups on

# invalidate caches on reconnect
reconnect_invalidate passwd,group,nfsidmap