Changeset 55e5caa5


Ignore:
Timestamp:
08/17/2008 04:30:32 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3
Children:
d093e3c
Parents:
516590b
Message:

Modified the sudo instructions so the Linux-PAM configuration file is correct, thanks to Jeremy Henty for the report

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7563 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r516590b r55e5caa5  
    44-->
    55
    6 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     6<!ENTITY day          "17">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    4545<!-- End LFS versions -->
    4646
    47 <!ENTITY blfs-bootscripts-version     "20080812">
     47<!ENTITY blfs-bootscripts-version     "20080816">
    4848<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    4949
  • introduction/welcome/changelog.xml

    r516590b r55e5caa5  
    4141
    4242-->
     43
     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>
    4354
    4455    <listitem>
  • postlfs/security/sudo.xml

    r516590b r55e5caa5  
    173173      needed.  This can be configured as:</para>
    174174
    175       <screen># User alias specification
     175<screen># User alias specification
    176176User_Alias  ADMIN = YourLoginId
    177177
     
    194194      to create the <application>PAM</application> configuration file:</para>
    195195
    196       <screen role="root"><userinput>sed 's@/su@/sudo@g' /etc/pam.d/su &gt; /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 &gt; /etc/pam.d/sudo</userinput></screen>
    197198
    198199    </sect3>
Note: See TracChangeset for help on using the changeset viewer.