Changeset 7564
- Timestamp:
- 08/17/08 10:30:40 (4 months ago)
- Location:
- trunk/BOOK
- Files:
-
- 3 modified
-
general.ent (modified) (1 diff)
-
introduction/welcome/changelog.xml (modified) (1 diff)
-
postlfs/security/sudo.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOK/general.ent
r7559 r7564 4 4 --> 5 5 6 <!ENTITY day "1 6"> <!-- Always 2 digits -->6 <!ENTITY day "17"> <!-- Always 2 digits --> 7 7 <!ENTITY month "08"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2008"> -
trunk/BOOK/introduction/welcome/changelog.xml
r7559 r7564 43 43 44 44 <listitem> 45 <para>August 17th, 2008</para> 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Modified the sudo instructions so the Linux-PAM 49 configuration file is correct. Thanks to Jeremy Henty for the 50 report.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>August 16th, 2008</para> 46 57 <itemizedlist> -
trunk/BOOK/postlfs/security/sudo.xml
r7473 r7564 173 173 needed. This can be configured as:</para> 174 174 175 <screen># User alias specification175 <screen># User alias specification 176 176 User_Alias ADMIN = YourLoginId 177 177 … … 194 194 to create the <application>PAM</application> configuration file:</para> 195 195 196 <screen role="root"><userinput>sed 's@/su@/sudo@g' /etc/pam.d/su > /etc/pam.d/sudo</userinput></screen> 196 <screen role="root"><userinput>sed -e 's@/su@/sudo@' -e '/pam_rootok/d' \ 197 /etc/pam.d/su > /etc/pam.d/sudo</userinput></screen> 197 198 198 199 </sect3>
