Author: randy Date: 2008-08-17 10:30:32 -0600 (Sun, 17 Aug 2008) New Revision: 7563
Modified: branches/6.3/BOOK/general.ent branches/6.3/BOOK/introduction/welcome/changelog.xml branches/6.3/BOOK/postlfs/security/sudo.xml Log: Modified the sudo instructions so the Linux-PAM configuration file is correct, thanks to Jeremy Henty for the report Modified: branches/6.3/BOOK/general.ent =================================================================== --- branches/6.3/BOOK/general.ent 2008-08-17 13:22:54 UTC (rev 7562) +++ branches/6.3/BOOK/general.ent 2008-08-17 16:30:32 UTC (rev 7563) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "15"> <!-- Always 2 digits --> +<!ENTITY day "17"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2008"> <!ENTITY version "6.3-rc3"> @@ -44,7 +44,7 @@ <!ENTITY lfs-gcc-version "4.1.2"> <!-- End LFS versions --> -<!ENTITY blfs-bootscripts-version "20080812"> +<!ENTITY blfs-bootscripts-version "20080816"> <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> <!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki"> Modified: branches/6.3/BOOK/introduction/welcome/changelog.xml =================================================================== --- branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-08-17 13:22:54 UTC (rev 7562) +++ branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-08-17 16:30:32 UTC (rev 7563) @@ -42,6 +42,17 @@ --> <listitem> + <para>August 17th, 2008</para> + <itemizedlist> + <listitem> + <para>[randy] - Modified the sudo instructions so the Linux-PAM + configuration file is correct. Thanks to Jeremy Henty for the + report.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 15th, 2008</para> <itemizedlist> <listitem> Modified: branches/6.3/BOOK/postlfs/security/sudo.xml =================================================================== --- branches/6.3/BOOK/postlfs/security/sudo.xml 2008-08-17 13:22:54 UTC (rev 7562) +++ branches/6.3/BOOK/postlfs/security/sudo.xml 2008-08-17 16:30:32 UTC (rev 7563) @@ -172,7 +172,7 @@ any program without typing a password each time root privileges are needed. This can be configured as:</para> - <screen># User alias specification +<screen># User alias specification User_Alias ADMIN = YourLoginId # Allow people in group ADMIN to run all commands without a password @@ -193,7 +193,8 @@ command as the <systemitem class="username">root</systemitem> user to create the <application>PAM</application> configuration file:</para> - <screen role="root"><userinput>sed 's@/su@/[EMAIL PROTECTED]' /etc/pam.d/su > /etc/pam.d/sudo</userinput></screen> +<screen role="root"><userinput>sed -e 's@/su@/sudo@' -e '/pam_rootok/d' \ + /etc/pam.d/su > /etc/pam.d/sudo</userinput></screen> </sect3> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
