From 1981120814ad4516f837535b185862a0b3bb0bee Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 1 Jul 2004 22:35:34 +0000 Subject: Ensure max ldap replication sleep time is 5 seconds. Jeremy. (This used to be commit 610702ef8e53911b2c53db486231edcd68230fd4) --- docs/smbdotconf/ldap/ldapreplicationsleep.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/smbdotconf/ldap/ldapreplicationsleep.xml b/docs/smbdotconf/ldap/ldapreplicationsleep.xml index 9630273501..126b2f657b 100644 --- a/docs/smbdotconf/ldap/ldapreplicationsleep.xml +++ b/docs/smbdotconf/ldap/ldapreplicationsleep.xml @@ -16,7 +16,8 @@ allow the LDAP server to catch up. If you have a particularly high-latency network, you may wish to time the LDAP replication with a network sniffer, and increase this value accordingly. Be aware that no checking is performed that the data has actually replicated. - The value is specified in milliseconds + The value is specified in milliseconds, the maximum +value is 5000 (5 seconds). 1000 -- cgit