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