Changeset f691f2b
- Timestamp:
- 03/22/2005 08:34:39 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4fcf20a
- Parents:
- 71e0d63d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r71e0d63d rf691f2b 3 3 <!ENTITY year "2005"> 4 4 <!ENTITY version "svn-&year;&month;&day;"> 5 <!ENTITY releasedate "March &day; th, &year;">5 <!ENTITY releasedate "March &day;nd, &year;"> 6 6 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 7 7 <!ENTITY blfs-version "cvs"> <!-- cvs|[release #] --> -
introduction/welcome/changelog.xml
r71e0d63d rf691f2b 23 23 <itemizedlist> 24 24 25 <listitem><para>March 22nd, 2005 [randy]: Added the installation of 26 documentation to the Linux-PAM instructions.</para></listitem> 27 25 28 <listitem><para>March 21st, 2005 [larry]: Updated to 26 29 emacs-21.4a.</para></listitem> -
postlfs/security/linux_pam.xml
r71e0d63d rf691f2b 9 9 <!ENTITY Linux_PAM-md5sum "34938b4f2449d4d3b2ffdbf354257205"> 10 10 <!ENTITY Linux_PAM-size "364 KB"> 11 <!ENTITY Linux_PAM-buildsize " 7.8MB">11 <!ENTITY Linux_PAM-buildsize "11.4 MB"> 12 12 <!ENTITY Linux_PAM-time "0.17 SBU"> 13 13 ]> … … 45 45 </sect3> 46 46 47 <sect3><title>Additional download</title> 47 <sect3><title>Additional downloads</title> 48 <sect4><title>Patches</title> 48 49 <itemizedlist spacing='compact'> 49 <listitem><para>Required Patch: <ulink50 <listitem><para>Required patch: <ulink 50 51 url="&patch-root;/Linux-PAM-&Linux_PAM-version;-linkage-2.patch"/></para> 51 52 </listitem></itemizedlist> 53 </sect4> 54 55 <sect4><title>Documentation</title> 56 <itemizedlist spacing='compact'> 57 <listitem><para>Optional documentation: <ulink 58 url="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-0.78-docs.tar.bz2"/> 59 </para></listitem> 60 </itemizedlist> 61 </sect4> 52 62 </sect3> 53 63 … … 81 91 make</command></userinput></screen> 82 92 93 <para>If you downloaded the documentation and wish to install it, unpack the 94 tarball into the <filename class='directory'>doc</filename> directory:</para> 95 96 <screen><userinput><command>tar -jxf ../Linux-PAM-0.78-docs.tar.bz2 -C doc</command></userinput></screen> 97 83 98 <para>Now, as the root user:</para> 84 99 … … 90 105 ln -sf ../../lib/libpamc.so.&Linux_PAM-version; /usr/lib/libpamc.so</command></userinput></screen> 91 106 107 <para>Install the documentation using the following commands:</para> 108 109 <screen><userinput role='root'><command>install -v -d -m755 /usr/share/doc/Linux-PAM-&Linux_PAM-version; && 110 for DOCTYPE in html ps specs txts 111 do 112 cp -v -R doc/$DOCTYPE /usr/share/doc/Linux-PAM-&Linux_PAM-version; 113 done</command></userinput></screen> 114 92 115 </sect2> 93 116 … … 131 154 132 155 <sect3 id="pam-config"><title>Config files</title> 133 <para><filename>/etc/pam.d/*</filename> or 134 <filename>/etc/pam.conf</filename></para> 156 <para><filename>/etc/security/*</filename>, and 157 <filename>/etc/pam.d/*</filename> or <filename>/etc/pam.conf</filename></para> 158 <indexterm zone="Linux_PAM pam-config"> 159 <primary sortas="e-etc-security">/etc/security/*</primary></indexterm> 135 160 <indexterm zone="Linux_PAM pam-config"> 136 161 <primary sortas="e-etc-pam.d">/etc/pam.d/*</primary></indexterm> … … 208 233 </varlistentry> 209 234 235 <varlistentry id="pam_tally"> 236 <term><command>pam_tally</command></term> 237 <listitem><para>is used to view or manipulate the <filename>faillog</filename> 238 file.</para> 239 <indexterm zone="Linux_PAM pam_tally"> 240 <primary sortas="b-pam_tally">pam_tally</primary></indexterm> 241 </listitem> 242 </varlistentry> 243 210 244 <varlistentry id="libpam"> 211 245 <term><filename class='libraryfile'>libpam.[so,a]</filename></term> 212 <listitem><para>provide the interfaces between applications and the246 <listitem><para>provides the interfaces between applications and the 213 247 <acronym>PAM</acronym> modules.</para> 214 248 <indexterm zone="Linux_PAM libpam">
Note:
See TracChangeset
for help on using the changeset viewer.