Ignore:
Timestamp:
06/09/2020 06:16:16 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
edcb4a5
Parents:
50c49293
Message:

Update to Linux-PAM-1.4.0
Update text on the libpwquality page to mention that pam_cracklib is now obsolete, and libpwquality is the intended replacement. See Ticket #13651
Move libpwquality.so.* to /lib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/libpwquality.xml

    r50c49293 r7e11b83c  
    116116      Now, as the <systemitem class="username">root</systemitem> user:
    117117    </para>
    118 
    119 <screen role="root"><userinput>make install</userinput></screen>
     118   
     119<screen role="root"><userinput>make install                          &amp;&amp;
     120
     121mv -v /usr/lib/libpwquality.so.* /lib &amp;&amp;
     122ln -sfv ../../lib/$(readlink /usr/lib/libpwquality.so) /usr/lib/libpwquality.so</userinput></screen>
    120123
    121124  </sect2>
     
    129132      is <parameter>python</parameter>, and requires <xref linkend="python2"/>.
    130133    </para>
     134
    131135  </sect2>
    132136
     
    134138    <title>Configuring libpwquality</title>
    135139
     140<!--
    136141    <para>
    137142      <application>libpwquality</application> is intended to be a
     
    141146      <filename>pam_pwquality.so</filename> module, execute the following
    142147      commands as the <systemitem class="username">root</systemitem> user:
     148    </para>
     149-->
     150
     151    <para>
     152      <application>libpwquality</application> is intended to be a
     153      functional replacement for the now-obsolete
     154      <filename>pam_cracklib.so</filename> PAM module. To configure the system
     155      to use the <filename>pam_pwquality</filename> module, execute the
     156      following commands as the
     157      <systemitem class="username">root</systemitem> user:
    143158    </para>
    144159
Note: See TracChangeset for help on using the changeset viewer.