Changeset ed025d6
- Timestamp:
- 08/17/2008 04:30:40 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6b37214
- Parents:
- ad800a0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rad800a0 red025d6 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"> -
introduction/welcome/changelog.xml
rad800a0 red025d6 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> -
postlfs/security/sudo.xml
rad800a0 red025d6 173 173 needed. This can be configured as:</para> 174 174 175 175 <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>
Note:
See TracChangeset
for help on using the changeset viewer.