Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/libpwquality.xml

    r20a35ab r1334c9a  
    1717
    1818  <sect1info>
    19     <date>$Date$</date>
     19    <othername>$LastChangedBy: fernando $</othername>
     20    <date>$Date: 2015-09-25 08:48:24 -0500 (Fri, 25 Sep 2015) $</date>
    2021  </sect1info>
    2122
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8384      <xref linkend="linux-pam"/>
    8485    </para>
    85 <!-- Do not advertise python 2 since python 3 can be used
     86
    8687    <bridgehead renderas="sect4">Optional</bridgehead>
    8788    <para role="optional">
    8889      <xref linkend="python2"/>
    8990    </para>
    90 -->
     91
    9192    <para condition="html" role="usernotes">User Notes:
    9293      <ulink url="&blfs-wiki;/libpwquality"/>
     
    102103    </para>
    103104
    104 <screen><userinput>./configure --prefix=/usr                      \
    105             --disable-static                   \
    106             --with-securedir=/usr/lib/security \
    107             --with-python-binary=python3       &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr                  \
     106            --disable-static               \
     107            --with-securedir=/lib/security \
     108            --with-python-binary=python3 &amp;&amp;
    108109make</userinput></screen>
    109110
     
    116117    </para>
    117118   
    118 <screen role="root"><userinput>make install</userinput></screen>
     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>
    119123
    120124  </sect2>
     
    166170                                         dictcheck=1 usercheck=1 \
    167171                                         enforcing=1 badwords="" \
    168                                          dictpath=/usr/lib/cracklib/pw_dict
     172                                         dictpath=/lib/cracklib/pw_dict
    169173# use sha512 hash for encryption, use shadow, and use the
    170174# authentication token (chosen password) set by pam_pwquality
     
    210214          <para>
    211215            is a simple configurable tool for generating random
    212             and relatively easily pronounceable passwords
     216            and relatively easily pronounceable passwords.
    213217          </para>
    214218          <indexterm zone="libpwquality pwmake">
     
    222226        <listitem>
    223227          <para>
    224             is a simple tool for checking quality of a password
     228            is a simple tool for checking quality of a password.
    225229          </para>
    226230          <indexterm zone="libpwquality pwscore">
     
    234238        <listitem>
    235239          <para>
    236             contains API functions for checking the password quality
     240            contains API functions for checking the password quality.
    237241          </para>
    238242          <indexterm zone="libpwquality libpwquality-lib">
     
    247251          <para>
    248252            is a <application>Linux PAM</application> module used to perform
    249             password quality checking
     253            password quality checking.
    250254          </para>
    251255          <indexterm zone="libpwquality pam_pwquality">
Note: See TracChangeset for help on using the changeset viewer.