docs:smbdotconf: remove swat-specific flags.
[kamenim/samba-autobuild/.git] / docs-xml / smbdotconf / ldap / ldappasswdsync.xml
1 <samba:parameter name="ldap passwd sync"
2                         context="G"
3                         type="enum"
4                         xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5
6 <synonym>ldap password sync</synonym>
7 <description>
8         <para>
9         This option is used to define whether or not Samba should sync the LDAP password with the NT
10         and LM hashes for normal accounts (NOT for workstation, server or domain trusts) on a password
11         change via SAMBA.  
12         </para>
13
14         <para>
15         The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: 
16         </para>
17         
18         <itemizedlist>
19                 <listitem>
20                         <para><parameter moreinfo="none">Yes</parameter>  =  Try 
21                         to update the LDAP, NT and LM passwords and update the pwdLastSet time.</para>
22                 </listitem>
23                         
24                 <listitem>
25                         <para><parameter moreinfo="none">No</parameter> = Update NT and 
26                         LM passwords and update the pwdLastSet time.</para>
27                 </listitem>
28
29                 <listitem>
30                         <para><parameter moreinfo="none">Only</parameter> = Only update 
31                         the LDAP password and let the LDAP server do the rest.</para>
32                 </listitem>
33         </itemizedlist>         
34 </description>
35
36 <value type="default">no</value>
37 </samba:parameter>