Changeset 4ede7d3 for postlfs


Ignore:
Timestamp:
01/09/2005 02:30:50 AM (19 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
6822b09
Parents:
92204ad1
Message:

index PAM & Shadow

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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux_pam.xml

    r92204ad1 r4ede7d3  
    1919<?dbhtml filename="linux_pam.html"?>
    2020<title>Linux-PAM-&Linux_PAM-version;</title>
     21<indexterm zone="Linux_PAM">
     22<primary sortas="a-Linux_PAM">Linux_PAM</primary></indexterm>
    2123
    2224<sect2>
     
    153155<title>Contents</title>
    154156
    155 <para>The <application>Linux-<acronym>PAM</acronym></application> package
    156 contains <command>unix_chkpwd</command>,
    157 <filename class="libraryfile">libpam</filename> libraries and
    158 <acronym>PAM</acronym> modules.</para>
    159157
    160 </sect2>
     158<segmentedlist>
     159<segtitle>Installed Program</segtitle>
     160<segtitle>Installed Libraries</segtitle>
     161<segtitle>Installed Directory</segtitle>
     162<seglistitem>
     163<seg>unix_chkpwd and pam_tally</seg>
     164<seg>libpam, libpamc and libpma_misc</seg>
     165<seg>/lib/security</seg>
     166</seglistitem>
     167</segmentedlist>
    161168
    162 <sect2><title>Description</title>
     169<variablelist>
     170<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     171<?dbfo list-presentation="list"?>
    163172
    164 <sect3><title>unix-chkpwd</title>
    165 <para><command>unix_chkpwd</command> checks user passwords that are stored
    166 in read protected databases.</para></sect3>
     173<varlistentry id="unix_chkpwd">
     174<term><command>unix_chkpwd</command></term>
     175<listitem><para>checks user passwords that are stored
     176in read protected databases.</para>
     177<indexterm zone="Linux_PAM unix_chkpwd">
     178<primary sortas="b-unix_chkpwd">unix_chkpwd</primary></indexterm>
     179</listitem>
     180</varlistentry>
    167181
    168 <sect3><title>libpam libraries</title>
    169 <para><filename class="libraryfile">libpam</filename> libraries provide the
    170 interfaces between applications and the <acronym>PAM</acronym> modules.</para>
    171 </sect3>
    172 
    173 <sect3><title><acronym>PAM</acronym> modules</title>
    174 <para><acronym>PAM</acronym> modules are the Pluggable Authentication Modules
    175 installed in <filename class='directory'>/lib/security/</filename>.</para>
    176 </sect3>
     182<varlistentry id="libpam">
     183<term><filename class='libraryfile'>libpam.so</filename></term>
     184<listitem><para> provide the interfaces between applications and the <acronym>PAM</acronym> modules.</para>
     185<indexterm zone="Linux_PAM libpam">
     186<primary sortas="c-libpam">libpam.so</primary></indexterm>
     187</listitem>
     188</varlistentry>
     189</variablelist>
    177190
    178191</sect2>
  • postlfs/security/shadow.xml

    r92204ad1 r4ede7d3  
    1313<?dbhtml filename="shadow.html"?>
    1414<title>Shadow-&shadow-version;</title>
     15<indexterm zone="shadow">
     16<primary sortas="a-Shadow">Shadow</primary></indexterm>
    1517
    1618<!--
     
    106108with <application>Shadow</application></title>
    107109
    108 <sect3><title>Config files</title>
     110<sect3 id="pam.d"><title>Config files</title>
    109111<para><filename>/etc/pam.d/login</filename>,
    110112<filename>/etc/pam.d/passwd</filename>,
     
    114116<filename>/etc/pam.d/chage</filename> &ndash;
    115117alternatively, <filename>/etc/pam.conf</filename></para>
     118<indexterm zone="shadow pam.d">
     119<primary sortas="e-pam.d">/etc/pam.d/</primary></indexterm>
     120<indexterm zone="shadow pam.d">
     121<primary sortas="e-pam.conf">/etc/pam.conf</primary></indexterm>
    116122</sect3>
    117123
     
    203209<command>EOF</command></userinput></screen>
    204210
    205 <note><para>At this point, you should do a simple test to see if
     211<warning><para>At this point, you should do a simple test to see if
    206212<application>Shadow</application> is
    207213working as expected.  Open another term and login as a user, then su to
     
    209215proceed with the rest of the configuration.  If you did
    210216receive errors, stop now and double check the above configuration files
    211 manually.  If you cannot find, and fix the error, you should recopile
     217manually.  If you cannot find, and fix the error, you should recompile
    212218shadow replacing <envar>--with-libpam</envar> with
    213219<envar>--without-libpam</envar> in the above
    214220instructions.  If you fail to do this and the errors remain, you
    215 will be unable to log into your system.</para></note>
     221will be unable to log into your system.</para></warning>
    216222
    217223<para>Currently, <filename>/etc/pam.d/other</filename> is configured to
Note: See TracChangeset for help on using the changeset viewer.