From 16ec79f4404bd86bde1f97420a4d37c157fff58c Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 22 Dec 2005 00:06:47 +0000 Subject: [PATCH] more on timeouts and so --- tests/data/slapd-meta.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/data/slapd-meta.conf b/tests/data/slapd-meta.conf index 5fcaf4d518..b8f8d4c662 100644 --- a/tests/data/slapd-meta.conf +++ b/tests/data/slapd-meta.conf @@ -48,8 +48,10 @@ suffix "o=Example,c=US" rootdn "cn=Manager,o=Example,c=US" rootpw secret chase-referrals no -nretries forever -#nretries 1000 +#nretries forever +nretries 100 +# 1 sec timeout for binds +bind-timeout 1000000 # local uri "@URI2@ou=Meta,o=Example,c=US" -- 2.39.5