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