File: nslcd-test.conf

package info (click to toggle)
nss-pam-ldapd 0.9.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,896 kB
  • sloc: ansic: 16,478; sh: 6,974; python: 3,675; xml: 1,995; makefile: 309; exp: 146
file content (33 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (8)
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