From: John Terpstra Date: Wed, 6 Jul 2005 00:12:28 +0000 (+0000) Subject: Another layout fixes update. X-Git-Tag: samba-3.3.0pre1~1941 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8001063cb3129793cd1d4bf088e4936b734f7599;p=thirdparty%2Fsamba.git Another layout fixes update. --- diff --git a/docs/Samba3-HOWTO/TOSHARG-PAM.xml b/docs/Samba3-HOWTO/TOSHARG-PAM.xml index 024a2f3ef8a..dd9197d96af 100644 --- a/docs/Samba3-HOWTO/TOSHARG-PAM.xml +++ b/docs/Samba3-HOWTO/TOSHARG-PAM.xml @@ -324,7 +324,7 @@ Once we have explained the meaning of the tokens, we describe this method. password password: This last module type is required for updating the authentication token associated with the user. Typically, there is one module for each - challenge/response-based authentication (auth) module type. + challenge/response authentication (auth) module type. @@ -482,7 +482,7 @@ Once we have explained the meaning of the tokens, we describe this method. - sufficient is equivalent to [success=done new_authtok_reqd=done default=ignore]. + sufficient is equivalent to [success=done new_authtok_reqd=done default=ignore]. diff --git a/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml b/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml index 5f5f595d056..0341f2ef0d9 100644 --- a/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml +++ b/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml @@ -570,7 +570,7 @@ and Windows 2003. -The UPHClean software package can be downloaded from User Profile Hive Cleanup Service. +The UPHClean software package can be downloaded from User Profile Hive Cleanup Service. diff --git a/docs/Samba3-HOWTO/TOSHARG-SecureLDAP.xml b/docs/Samba3-HOWTO/TOSHARG-SecureLDAP.xml index 6a3aa33bba2..311817a8102 100644 --- a/docs/Samba3-HOWTO/TOSHARG-SecureLDAP.xml +++ b/docs/Samba3-HOWTO/TOSHARG-SecureLDAP.xml @@ -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 @@ -329,7 +330,8 @@ Starting slapd: [ OK ] See man ldapsearch option: -&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 Your results should be the same as before you restarted the server, for example: diff --git a/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml b/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml index d1e601ff50b..ab328eda0b7 100644 --- a/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml +++ b/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml @@ -435,11 +435,10 @@ complete descriptions of new or modified parameters. Windows domain getpwnam() call NT_STATUS_LOGON_FAILURE - When operating as a member of a Windows domain, Samba-2.2 would - map any users authenticated by the remote DC to the guest account - 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 guest account if a UID could not be obtained via the getpwnam() call. Samba-3 rejects + the connection with the error message NT_STATUS_LOGON_FAILURE. There is no current workaround + to re-establish the Samba-2.2 behavior.