Add all the source files from the old CVS tree,
[tprouty/samba.git] / docs / smbdotconf / ldap / ldapreplicationsleep.xml
1 <samba:parameter name="ldap replication sleep"
2                  context="G"
3                  advanced="1" developer="1"
4                                  type="integer"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7         <para>When Samba is asked to write to a read-only LDAP
8 replica, we are redirected to talk to the read-write master server.
9 This server then replicates our changes back to the 'local' server,
10 however the replication might take some seconds, especially over slow
11 links.  Certain client activities, particularly domain joins, can become
12 confused by the 'success' that does not immediately change the LDAP
13 back-end's data.  </para>
14         <para>This option simply causes Samba to wait a short time, to
15 allow the LDAP server to catch up.  If you have a particularly
16 high-latency network, you may wish to time the LDAP replication with a
17 network sniffer, and increase this value accordingly.  Be aware that no
18 checking is performed that the data has actually replicated.</para>
19         <para>The value is specified in milliseconds</para>
20 </description>
21 <value type="default">1000</value>
22 </samba:parameter>