]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Another layout fixes update.
authorJohn Terpstra <jht@samba.org>
Wed, 6 Jul 2005 00:12:28 +0000 (00:12 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:02 +0000 (08:47 -0500)
docs/Samba3-HOWTO/TOSHARG-PAM.xml
docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml
docs/Samba3-HOWTO/TOSHARG-SecureLDAP.xml
docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml

index 024a2f3ef8a9eb7bc4e0bdb1d003dc5ffc75270e..dd9197d96af26e2f2635d07e5f0ebc2652b0e16e 100644 (file)
@@ -324,7 +324,7 @@ Once we have explained the meaning of the tokens, we describe this method.
 <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 @@ Once we have explained the meaning of the tokens, we describe this method.
                        </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>
index 5f5f595d05666fdb7728a85e433127828077c962..0341f2ef0d9f3f84171ea37dcebfbac06be3993a 100644 (file)
@@ -570,7 +570,7 @@ and Windows 2003.
 </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>
index 6a3aa33bba23f4436316df2bf61f1c932bec3a79..311817a8102272e2f9509de37cc97f9f16e35741 100644 (file)
@@ -276,7 +276,8 @@ Signed certificate is in newcert.pem
 &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 @@ Starting slapd:                                            [  OK  ]
        <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:
index d1e601ff50bbda485e61027149434b7985dece19..ab328eda0b76c0db1fa54b5483f59ec0131222ff 100644 (file)
@@ -435,11 +435,10 @@ complete descriptions of new or modified parameters.
 <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>