source: trunk/server/docs-xml/smbdotconf/ldap/ldappasswdsync.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1.1 KB
Line 
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">
7
8<description>
9 <para>
10 This option is used to define whether or not Samba should sync the LDAP password with the NT
11 and LM hashes for normal accounts (NOT for workstation, server or domain trusts) on a password
12 change via SAMBA.
13 </para>
14
15 <para>
16 The <smbconfoption name="ldap passwd sync"/> can be set to one of three values:
17 </para>
18
19 <itemizedlist>
20 <listitem>
21 <para><parameter moreinfo="none">Yes</parameter> = Try
22 to update the LDAP, NT and LM passwords and update the pwdLastSet time.</para>
23 </listitem>
24
25 <listitem>
26 <para><parameter moreinfo="none">No</parameter> = Update NT and
27 LM passwords and update the pwdLastSet time.</para>
28 </listitem>
29
30 <listitem>
31 <para><parameter moreinfo="none">Only</parameter> = Only update
32 the LDAP password and let the LDAP server do the rest.</para>
33 </listitem>
34 </itemizedlist>
35</description>
36
37<value type="default">no</value>
38</samba:parameter>
Note: See TracBrowser for help on using the repository browser.