Changeset ed025d6


Ignore:
Timestamp:
08/17/2008 04:30:40 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6b37214
Parents:
ad800a0
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/trunk/BOOK@7564 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rad800a0 red025d6  
    44-->
    55
    6 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     6<!ENTITY day          "17">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • introduction/welcome/changelog.xml

    rad800a0 red025d6  
    4343
    4444    <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>
    4556      <para>August 16th, 2008</para>
    4657      <itemizedlist>
  • postlfs/security/sudo.xml

    rad800a0 red025d6  
    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.