s3:doc: make dos filetimes description less contradictory
[samba.git] / docs-xml / 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://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         When Samba is asked to write to a read-only LDAP replica, we are redirected to talk to the read-write master server.
9         This server then replicates our changes back to the 'local' server, however the replication might take some seconds, 
10         especially over slow links.  Certain client activities, particularly domain joins, can become confused by the 'success' 
11         that does not immediately change the LDAP back-end's data.
12         </para>
13         
14         <para>
15         This option simply causes Samba to wait a short time, to 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 network sniffer, and increase this value accordingly.  
17         Be aware that no checking is performed that the data has actually replicated.
18         </para>
19         
20         <para>
21         The value is specified in milliseconds, the maximum value is 5000 (5 seconds).
22         </para>
23 </description>
24 <value type="default">1000</value>
25 </samba:parameter>