mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
28 lines
644 B
Text
28 lines
644 B
Text
# 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 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_sleeptime 4
|
|
reconnect_maxsleeptime 10
|