diff options
author | Jeremy Allison <jra@samba.org> | 2004-07-01 22:35:34 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:57 -0500 |
commit | 1981120814ad4516f837535b185862a0b3bb0bee (patch) | |
tree | 624bda6f668f6e7f6e50d9c47ab9bb3f0635de18 /docs/smbdotconf/ldap | |
parent | b3409c7a44c07883c9bf8804fb51d88bbabca875 (diff) | |
download | samba-1981120814ad4516f837535b185862a0b3bb0bee.tar.gz samba-1981120814ad4516f837535b185862a0b3bb0bee.tar.bz2 samba-1981120814ad4516f837535b185862a0b3bb0bee.zip |
Ensure max ldap replication sleep time is 5 seconds.
Jeremy.
(This used to be commit 610702ef8e53911b2c53db486231edcd68230fd4)
Diffstat (limited to 'docs/smbdotconf/ldap')
-rw-r--r-- | docs/smbdotconf/ldap/ldapreplicationsleep.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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.</para> - <para>The value is specified in milliseconds</para> + <para>The value is specified in milliseconds, the maximum +value is 5000 (5 seconds).</para> </description> <value type="default">1000</value> </samba:parameter> |