svn commit: samba-docs r773 - in trunk/Samba3-HOWTO: .

jht at samba.org jht at samba.org
Thu Jul 7 05:31:31 GMT 2005


Author: jht
Date: 2005-07-07 05:31:30 +0000 (Thu, 07 Jul 2005)
New Revision: 773

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=773

Log:
Ilia Chipitsine patches.
Modified:
   trunk/Samba3-HOWTO/TOSHARG-Passdb.xml
   trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml


Changeset:
Modified: trunk/Samba3-HOWTO/TOSHARG-Passdb.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-Passdb.xml	2005-07-06 21:23:58 UTC (rev 772)
+++ trunk/Samba3-HOWTO/TOSHARG-Passdb.xml	2005-07-07 05:31:30 UTC (rev 773)
@@ -2498,6 +2498,23 @@
 
 		</sect3>
 
+		<sect3>
+		<title>Using OpenLDAP Overlay for Password Syncronization</title>
+
+		<para>
+		Howard Chu has written a special overlay called <emphasis>smbk5pwd</emphasis>, which modifies
+		<constant>SambaNTPassword</constant>, <constant>SambaLMPassword</constant> and <constant>Heimdal</constant>
+		hashes in an OpenLDAP entry when LDAP_EXOP_X_MODIFY_PASSWD is performed.
+		</para>
+
+		<para>
+		The overlay is shipped with OpenLDAP-2.3 and can be found in the
+		<filename>contrib/slapd-modules/smbk5pwd</filename> subdirectory. This module can be used with OpenLDAP-2.2
+		also.
+		</para>
+
+		</sect3>
+
 	</sect2>
 
 	<sect2>

Modified: trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml	2005-07-06 21:23:58 UTC (rev 772)
+++ trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml	2005-07-07 05:31:30 UTC (rev 773)
@@ -1303,5 +1303,18 @@
 </smbconfblock>
 
 </sect2>
+
+<sect2>
+<title>Debugging Roaming Profiles and NT4-style Domain Policies</title>
+
+<para>
+Roaming profiles and domain policies are implemented via <command>USERENV.DLL</command>. 
+Microsoft Knowledge Base articles <ulink
+url="http://support.microsoft.com/default.aspx?scid=kb;en-us;221833">221833</ulink> and 
+<ulink url="http://support.microsoft.com/default.aspx?scid=kb;en-us;154120">154120</ulink>
+ describe how to instruct that DLL to debug the login process.
+</para>
+
+</sect2>
 </sect1>
 </chapter>



More information about the samba-cvs mailing list