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

jht at samba.org jht at samba.org
Fri Jul 8 08:17:17 GMT 2005


Author: jht
Date: 2005-07-08 08:17:16 +0000 (Fri, 08 Jul 2005)
New Revision: 775

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

Log:
Minor fixups.
Modified:
   trunk/Samba3-HOWTO/TOSHARG-AccessControls.xml
   trunk/Samba3-HOWTO/TOSHARG-Passdb.xml


Changeset:
Modified: trunk/Samba3-HOWTO/TOSHARG-AccessControls.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-AccessControls.xml	2005-07-08 06:30:54 UTC (rev 774)
+++ trunk/Samba3-HOWTO/TOSHARG-AccessControls.xml	2005-07-08 08:17:16 UTC (rev 775)
@@ -1297,13 +1297,16 @@
 	does not force any particular bits to be set <emphasis>on</emphasis>,
 	then set the following parameters in the &smb.conf; file in that
 	share-specific section:
+	</para>
+
+<?latex \newpage ?>
 	<smbconfblock>
 		<smbconfoption name="security mask">0777</smbconfoption>
 		<smbconfoption name="force security mode">0</smbconfoption>
 		<smbconfoption name="directory security mask">0777</smbconfoption>
 		<smbconfoption name="force directory security mode">0</smbconfoption>
 	</smbconfblock>
-	</para>
+
 </sect2>
 
 <sect2>

Modified: trunk/Samba3-HOWTO/TOSHARG-Passdb.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-Passdb.xml	2005-07-08 06:30:54 UTC (rev 774)
+++ trunk/Samba3-HOWTO/TOSHARG-Passdb.xml	2005-07-08 08:17:16 UTC (rev 775)
@@ -2502,15 +2502,15 @@
 		<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.
+		Howard Chu has written a special overlay called <command>smbk5pwd</command>. This tool  modifies the
+		<literal>SambaNTPassword</literal>, <literal>SambaLMPassword</literal> and <literal>Heimdal</literal>
+		hashes in an OpenLDAP entry when an LDAP_EXOP_X_MODIFY_PASSWD operation 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.
+		<filename>contrib/slapd-modules/smbk5pwd</filename> subdirectory. This module can also be used with
+		OpenLDAP-2.2.
 		</para>
 
 		</sect3>



More information about the samba-cvs mailing list