This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[samba.git] / docs / docbook / smbdotconf / ldap / ldappasswdsync.xml
1 <samba:parameter name="ldap passwd sync"
2                  context="G"
3                  advanced="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6         <para>This option is used to define whether
7         or not Samba should sync the LDAP password with the NT
8         and LM hashes for normal accounts (NOT for
9         workstation, server or domain trusts) on a password
10         change via SAMBA.  
11         </para>
12
13         <para>The <parameter moreinfo="none">ldap passwd
14         sync</parameter> can be set to one of three values: </para>
15         
16         <itemizedlist>
17                 <listitem>
18                         <para><parameter moreinfo="none">Yes</parameter>  =  Try 
19                         to update the LDAP, NT and LM passwords and update the pwdLastSet time.</para>
20                 </listitem>
21                         
22                 <listitem>
23                         <para><parameter moreinfo="none">No</parameter> = Update NT and 
24                         LM passwords and update the pwdLastSet time.</para>
25                 </listitem>
26
27                 <listitem>
28                         <para><parameter moreinfo="none">Only</parameter> = Only update 
29                         the LDAP password and let the LDAP server do the rest.</para>
30                 </listitem>
31         </itemizedlist>         
32                 
33         <para>Default: <command moreinfo="none">ldap passwd sync = no</command></para>
34 </listitem>
35 </samba:parameter>