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