[PATCH] document ldap passwd sync

Stefan (metze) Metzmacher metze at metzemix.de
Fri Sep 27 06:19:00 GMT 2002


Hi Andrew,

here's the documentation of ldap passwd sync...


metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <metze at metzemix.de>
-------------- next part --------------
diff -Npur --exclude=CVS --exclude=*.bak --exclude=*.o --exclude=*.po --exclude=.#* HEAD/docs/docbook/manpages/smb.conf.5.sgml HEAD-fix/docs/docbook/manpages/smb.conf.5.sgml
--- HEAD/docs/docbook/manpages/smb.conf.5.sgml	Mon Sep  9 08:08:51 2002
+++ HEAD-fix/docs/docbook/manpages/smb.conf.5.sgml	Fri Sep 27 08:15:31 2002
@@ -656,8 +656,9 @@
 		<listitem><para><link linkend="LDAPFILTER"><parameter>ldap filter</parameter></link></para></listitem>
 		<listitem><para><link linkend="LDAPSSL"><parameter>ldap ssl</parameter></link></para></listitem>
 		<listitem><para><link linkend="LDAPSUFFIX"><parameter>ldap suffix</parameter></link></para></listitem>
-		<listitem><para><link linkend="LDAPUSERSUFFIX"><parameter>ldap suffix</parameter></link></para></listitem>
-		<listitem><para><link linkend="LDAPMACHINESUFFIX"><parameter>ldap suffix</parameter></link></para></listitem>
+		<listitem><para><link linkend="LDAPUSERSUFFIX"><parameter>ldap user suffix</parameter></link></para></listitem>
+		<listitem><para><link linkend="LDAPMACHINESUFFIX"><parameter>ldap machine suffix</parameter></link></para></listitem>
+		<listitem><para><link linkend="LDAPPASSWDSYNC"><parameter>ldap passwd sync</parameter></link></para></listitem>
 
 		<listitem><para><link linkend="LMANNOUNCE"><parameter>lm announce</parameter></link></para></listitem>
 		<listitem><para><link linkend="LMINTERVAL"><parameter>lm interval</parameter></link></para></listitem>
@@ -3533,7 +3534,24 @@
 		</listitem>
 		</varlistentry>
 
-
+		<varlistentry>
+		<term><anchor id="LDAPPASSWDSYNC">ldap passwd sync (G)</term>
+		<listitem><para>This option is used to define whether or not Samba should
+		sync the LDAP password with the NT and LM hashes for normal accounts 
+		(NOT for workstation, server or domain trusts) on a password change via SAMBA.
+		</para>
+		
+		<para>
+		The <parameter>ldap passwd sync</parameter> can be set to one of three values:
+		(a) <constant>yes</constant> - Try to update the LDAP, NT and LM passwords and update the pwdLastSet time,
+		(b) <constant>no</constant> - Do it like before, only update NT and LM passwords and update the pwdLastSet time, 
+		or (c) <constant>only</constant> - Only update the LDAP password and let the LDAP server doing the rest.
+		</para>
+		
+		
+		<para>Default : <command>ldap passwd sync = no</command></para>
+		</listitem>
+		</varlistentry>
 
 
 


More information about the samba-technical mailing list