several edits in shadow - PAM section

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@468 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-12-15 04:03:41 +00:00
parent 0b4b61a9f1
commit 409b44938d
3 changed files with 8 additions and 4 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20021213">
<!ENTITY releasedate "December 13th, 2002">
<!ENTITY version "20021214">
<!ENTITY releasedate "December 14th, 2002">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,10 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>December 14th, 2002 [larry]: PostLFS: Correct errors
in shadows PAM section pointed out by Fernando
Arbeiza.</para></listitem>
<listitem><para>December 13th, 2002 [billyoc]: Server: Updated
Samba to version 2.2.7a.</para></listitem>

View File

@ -30,14 +30,14 @@ session required pam_unix.so
# End /etc/pam.d/login
<userinput>EOF
cat &gt; /etc/pam.d/other &lt;&lt; "EOF"</userinput>
cat &gt; /etc/pam.d/passwd &lt;&lt; "EOF"</userinput>
# Begin /etc/pam.d/passwd
password required pam_unix.so md5 shadow
# End /etc/pam.d/passwd
<userinput>EOF
cat &gt; /etc/pam.d/passwd &lt;&lt; "EOF"</userinput>
cat &gt; /etc/pam.d/shadow &lt;&lt; "EOF"</userinput>
# Begin /etc/pam.d/shadow
auth sufficient pam_rootok.so