|
Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | <samba:parameter name="ldap passwd sync"
|
|---|
| 2 | context="G"
|
|---|
| 3 | type="enum"
|
|---|
| 4 | enumlist="enum_ldap_passwd_sync"
|
|---|
| 5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|---|
| 6 |
|
|---|
| 7 | <synonym>ldap password sync</synonym>
|
|---|
| 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.