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

jht at samba.org jht at samba.org
Wed Jul 6 00:12:29 GMT 2005


Author: jht
Date: 2005-07-06 00:12:28 +0000 (Wed, 06 Jul 2005)
New Revision: 763

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

Log:
Another layout fixes update.
Modified:
   trunk/Samba3-HOWTO/TOSHARG-PAM.xml
   trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml
   trunk/Samba3-HOWTO/TOSHARG-SecureLDAP.xml
   trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml


Changeset:
Modified: trunk/Samba3-HOWTO/TOSHARG-PAM.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-PAM.xml	2005-07-05 23:57:52 UTC (rev 762)
+++ trunk/Samba3-HOWTO/TOSHARG-PAM.xml	2005-07-06 00:12:28 UTC (rev 763)
@@ -324,7 +324,7 @@
 <indexterm><primary>password</primary></indexterm>
 			<parameter>password:</parameter> This last module type is required for updating the authentication
 			token associated with the user. Typically, there is one module for each
-			<quote>challenge/response</quote>-based authentication <parameter>(auth)</parameter> module type.
+			<quote>challenge/response</quote> authentication <parameter>(auth)</parameter> module type.
 			</para></listitem>
 		</itemizedlist>
 		</listitem>
@@ -482,7 +482,7 @@
 			</para></listitem>
 
 			<listitem><para>
-			<parameter>sufficient</parameter> is equivalent to <parameter>[success=done new_authtok_reqd=done default=ignore]</parameter>.
+			<parameter>sufficient</parameter> is equivalent to <parameter>[success=done  new_authtok_reqd=done  default=ignore]</parameter>.
 			</para></listitem>
 
 			<listitem><para>

Modified: trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml	2005-07-05 23:57:52 UTC (rev 762)
+++ trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml	2005-07-06 00:12:28 UTC (rev 763)
@@ -570,7 +570,7 @@
 </para>
 
 <para>
-The UPHClean software package can be downloaded from <ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyID=1B286E6D-8912-4E18-B570-42470E2F3582&amp;displaylang=en">User Profile Hive Cleanup Service.</ulink>
+The UPHClean software package can be downloaded from <ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyID= 1B286E6D-8912-4E18-B570-42470E2F3582&amp;displaylang=en">User Profile Hive Cleanup Service.</ulink>
 </para>
 
 </sect2>

Modified: trunk/Samba3-HOWTO/TOSHARG-SecureLDAP.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-SecureLDAP.xml	2005-07-05 23:57:52 UTC (rev 762)
+++ trunk/Samba3-HOWTO/TOSHARG-SecureLDAP.xml	2005-07-06 00:12:28 UTC (rev 763)
@@ -276,7 +276,8 @@
 &rootprompt; cp newcert.pem /etc/openldap/servercrt.pem
 &rootprompt; cp newreq.pem /etc/openldap/serverkey.pem
 &rootprompt; chown ldap.ldap /etc/openldap/*.pem
-&rootprompt; chmod 640 /etc/openldap/cacert.pem; chmod 600 /etc/openldap/serverkey.pem
+&rootprompt; chmod 640 /etc/openldap/cacert.pem;
+&rootprompt; chmod 600 /etc/openldap/serverkey.pem
 </computeroutput>
 </screen>
 	</para>
@@ -329,7 +330,8 @@
 	<option>-ZZ</option><footnote><para>See <command>man ldapsearch</command></para></footnote> option:
 <screen width="90">
 <computeroutput>
-&rootprompt; ldapsearch -x -b "dc=ldap,dc=abmas,dc=biz" -H 'ldap://ldap.abmas.biz:389' -ZZ
+&rootprompt; ldapsearch -x -b "dc=ldap,dc=abmas,dc=biz" \
+        -H 'ldap://ldap.abmas.biz:389' -ZZ
 </computeroutput>
 </screen>
 	Your results should be the same as before you restarted the server, for example:

Modified: trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml	2005-07-05 23:57:52 UTC (rev 762)
+++ trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml	2005-07-06 00:12:28 UTC (rev 763)
@@ -435,11 +435,10 @@
 <indexterm><primary>Windows domain</primary></indexterm>
 <indexterm><primary>getpwnam() call</primary></indexterm>
 <indexterm><primary>NT_STATUS_LOGON_FAILURE</primary></indexterm>
-		When operating as a member of a Windows domain, Samba-2.2 would
-		map any users authenticated by the remote DC to the <quote>guest account</quote>
-		if a UID could not be obtained via the getpwnam() call. Samba-3
-		rejects the connection as NT_STATUS_LOGON_FAILURE. There is no
-		current workaround to re-establish the Samba-2.2 behavior.
+		When operating as a member of a Windows domain, Samba-2.2 would map any users authenticated by the remote DC
+		to the <quote>guest account</quote> if a UID could not be obtained via the getpwnam() call. Samba-3 rejects
+		the connection with the error message <quote>NT_STATUS_LOGON_FAILURE.</quote> There is no current workaround
+		to re-establish the Samba-2.2 behavior.
 		</para></listitem>
 
 		<listitem><para>



More information about the samba-cvs mailing list