Merge from Subversion r50.
[nivanova/samba-autobuild/.git] / docs / docbook / smbdotconf / ldap / ldappasswdsync.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="LDAPPASSWDSYNC"/>ldap passwd sync (G)</term>
3                 <listitem><para>This option is used to define whether
4                 or not Samba should sync the LDAP password with the NT
5                 and LM hashes for normal accounts (NOT for
6                 workstation, server or domain trusts) on a password
7                 change via SAMBA.  
8                 </para>
9
10                 <para>
11                 The <parameter moreinfo="none">ldap passwd sync</parameter> can be set to one of three values:
12                 </para>
13                 <itemizedlist>
14                         <listitem><para><parameter moreinfo="none">Yes</parameter>  =  Try to update the LDAP, NT and LM passwords and update the pwdLastSet time.</para></listitem>
15                         
16                         <listitem><para><parameter moreinfo="none">No</parameter> = Update NT and LM passwords and update the pwdLastSet time.</para></listitem>
17
18                         <listitem><para><parameter moreinfo="none">Only</parameter> = Only update the LDAP password and let the LDAP server do the rest.</para></listitem>
19                 </itemizedlist>         
20                 
21                 <para>Default : <command moreinfo="none">ldap passwd sync = no</command></para>
22                 </listitem>
23                 </samba:parameter>