Blob Blame History Raw
# 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