Arthur de Jong

Open Source / Free Software developer

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

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

# The search base that will be used for all queries.
base dc=test,dc=tld

# The LDAP protocol version to use.
#ldap_version 3

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

# The DN to bind with for lookups as root.
#rootbinddn cn=administrator,dc=example,dc=net
#rootbindpw *removed*

# The search scope.
#scope sub

# The number of answers to request in a single search.
pagesize 100

# The timeout for network operations.
timelimit 2
bind_timelimit 4
reconnect_tries 5
reconnect_sleeptime 4
reconnect_maxsleeptime 10