selftest: add change notify = no to simpleserver env
[Samba.git] / docs-xml / smbdotconf / security / unixpasswordsync.xml
blob321ece5b9002961f9beb71cc09d49aa39ecdd148
1 <samba:parameter name="unix password sync"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This boolean parameter controls whether Samba 
7     attempts to synchronize the UNIX password with the SMB password 
8     when the encrypted SMB password in the smbpasswd file is changed. 
9     If this is set to <constant>yes</constant> the program specified in the <parameter moreinfo="none">passwd
10     program</parameter> parameter is called <emphasis>AS ROOT</emphasis> -
11     to allow the new UNIX password to be set without access to the 
12     old UNIX password (as the SMB password change code has no 
13         access to the old password cleartext, only the new).</para>
14 </description>
16 <related>passwd program</related>
17 <related>passwd chat</related>
19 <value type="default">no</value>
20 </samba:parameter>