source: branches/samba-3.3.x/docs-xml/smbdotconf/security/unixpasswordsync.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 931 bytes
Line 
1<samba:parameter name="unix password sync"
2 context="G"
3 type="boolean"
4 advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This boolean parameter controls whether Samba
8 attempts to synchronize the UNIX password with the SMB password
9 when the encrypted SMB password in the smbpasswd file is changed.
10 If this is set to <constant>yes</constant> the program specified in the <parameter moreinfo="none">passwd
11 program</parameter> parameter is called <emphasis>AS ROOT</emphasis> -
12 to allow the new UNIX password to be set without access to the
13 old UNIX password (as the SMB password change code has no
14 access to the old password cleartext, only the new).</para>
15</description>
16
17<related>passwd program</related>
18<related>passwd chat</related>
19
20<value type="default">no</value>
21</samba:parameter>
Note: See TracBrowser for help on using the repository browser.