]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml/smbdotconf: reference "unix password sync" with "samba-tool user syncpasswords"
authorStefan Metzmacher <metze@samba.org>
Mon, 15 Feb 2016 08:56:03 +0000 (09:56 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Jul 2016 14:03:27 +0000 (16:03 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
docs-xml/smbdotconf/security/unixpasswordsync.xml

index 321ece5b9002961f9beb71cc09d49aa39ecdd148..75c89162eb18312a2c1adfe5a1138ef33e475d65 100644 (file)
@@ -9,8 +9,12 @@
     If this is set to <constant>yes</constant> the program specified in the <parameter moreinfo="none">passwd
     program</parameter> parameter is called <emphasis>AS ROOT</emphasis> -
     to allow the new UNIX password to be set without access to the 
-    old UNIX password (as the SMB password change code has no 
-       access to the old password cleartext, only the new).</para>
+    old UNIX password (as the SMB password change code has no
+    access to the old password cleartext, only the new).</para>
+
+    <para>This option has no effect if <command moreinfo="none">samba</command>
+    is running as an active directory domain controller, in that case have a
+    look at the <command moreinfo="none">samba-tool user syncpasswords</command> command.</para>
 </description>
 
 <related>passwd program</related>