mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
more on timeouts and so
This commit is contained in:
parent
ff763d4730
commit
16ec79f440
1 changed files with 4 additions and 2 deletions
|
|
@ -48,8 +48,10 @@ suffix "o=Example,c=US"
|
||||||
rootdn "cn=Manager,o=Example,c=US"
|
rootdn "cn=Manager,o=Example,c=US"
|
||||||
rootpw secret
|
rootpw secret
|
||||||
chase-referrals no
|
chase-referrals no
|
||||||
nretries forever
|
#nretries forever
|
||||||
#nretries 1000
|
nretries 100
|
||||||
|
# 1 sec timeout for binds
|
||||||
|
bind-timeout 1000000
|
||||||
|
|
||||||
# local
|
# local
|
||||||
uri "@URI2@ou=Meta,o=Example,c=US"
|
uri "@URI2@ou=Meta,o=Example,c=US"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue