Changeset 7e7bcee
- Timestamp:
- 05/03/2004 08:46:59 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2a0f4071
- Parents:
- 22c4e1ee
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r22c4e1ee r7e7bcee 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004050 2">6 <!ENTITY releasedate "May 2nd, 2004">7 <!ENTITY pubdate "2004-05-0 2">5 <!ENTITY version "CVS-20040503"> 6 <!ENTITY releasedate "May 3rd, 2004"> 7 <!ENTITY pubdate "2004-05-03"> 8 8 <!ENTITY blfs-version "cvs"> 9 9 -
introduction/welcome/changelog.xml
r22c4e1ee r7e7bcee 11 11 12 12 <itemizedlist> 13 14 <listitem><para>May 3rd, 2004 [igor]: Applied DJ's patch which fixes 15 cracklib instructions and added cracklib to Heimdal.</para></listitem> 13 16 14 17 <listitem><para>May 2nd, 2004 [igor]: Updated to GLib-2.4.1 and -
postlfs/security/cracklib/cracklib-inst.xml
r22c4e1ee r7e7bcee 4 4 <para>First, we need to install the chosen word list for cracklib:</para> 5 5 6 <screen><userinput><command>mkdir -p /usr/share/dict/ && 7 chmod 0644 /usr/share/dict && 8 cp <replaceable>[wordlist]</replaceable> /usr/share/dict && 9 chmod 0644 /usr/share/dict/<replaceable>[wordlist]</replaceable> && 10 ln -sf <replaceable>[wordlist]</replaceable> /usr/share/dict/words</command></userinput></screen> 6 <screen><userinput><command>install -d -m755 /usr/share/dict && 7 install -m644 <replaceable>[wordlist]</replaceable> /usr/share/dict && 8 ln -sf <replaceable>[wordlist]</replaceable> /usr/share/dict/words && 9 echo $(hostname) >> /usr/share/dict/extra.words</command></userinput></screen> 11 10 12 <para>Our word 11 <para>Our wordlist is linked to 13 12 <filename>/usr/share/dict/words</filename> as historically, 14 <filename>words</filename> is the only file in the 15 <filename class="directory">/usr/share/dict</filename> directory. You are 16 welcome to shun history and adjust for your own needs.</para> 13 <filename>words</filename> is the primary wordlist in the 14 <filename class="directory">/usr/share/dict</filename> directory. We 15 also echo the value of hostname to a file called extra.words. This 16 extra file is intened to be a site specific list which includes easy to 17 guess passwords such as company or department name, user's names, 18 product names, computer name, domain name, etc.</para> 17 19 18 <para>Now install cracklib using the following commands:</para>20 <para>Now apply BLFS patch:</para> 19 21 20 <screen><userinput><command>patch -Np1 -i ../cracklib-&cracklib-version;-blfs-3.patch && 21 make install</command></userinput></screen> 22 <screen><userinput><command>patch -Np1 -i ../cracklib-&cracklib-version;-blfs-1.patch</command></userinput></screen> 23 24 <para>If necessary, apply the heimdal patch:</para> 25 26 <screen><userinput><command>cp -R cracklib cracklib_krb5 && 27 patch -Np1 -i ../cracklib-&cracklib-version;-heimdal-1.patch</command></userinput></screen> 28 29 <para>Finally install the package:</para> 30 <screen><userinput><command>make install</command></userinput></screen> 22 31 23 32 </sect2> -
postlfs/security/cracklib/cracklib-intro.xml
r22c4e1ee r7e7bcee 20 20 21 21 <sect3><title>Additional downloads</title> 22 23 <para>Cracklib BLFS patch: 24 <ulink url="&patch-root;/cracklib-&cracklib-version;-blfs-3.patch"/></para> 22 <itemizedlist spacing='compact'> 23 <listitem><para>Required patch: <ulink 24 url="&patch-root;/cracklib-&cracklib-version;-blfs-1.patch"/></para></listitem> 25 <listitem><para>Recommended patch: <ulink 26 url="&patch-root;/cracklib-&cracklib-version;-heimdal-1.patch"/></para></listitem> 27 </itemizedlist> 25 28 26 29 <para>You will also need to download a wordlist for use with cracklib. -
postlfs/security/heimdal/heimdal-inst.xml
r22c4e1ee r7e7bcee 12 12 13 13 <screen><userinput><command>mv /usr/bin/ftp /usr/bin/ftpn</command></userinput></screen> 14 15 <para> 16 If you wish the Heimdal package to link against the cracklib library, 17 you must apply a patch: 18 </para> 19 20 <screen><userinput><command>patch -Np1 -i ../heimdal-&heimdal-version;-cracklib-1.patch</command></userinput></screen> 14 21 15 22 <para>Install <application>Heimdal</application> by running the following commands:</para> -
postlfs/security/heimdal/heimdal-intro.xml
r22c4e1ee r7e7bcee 29 29 url="&patch-root;/heimdal-&heimdal-version;-fhs-compliance-1.patch"/></para> 30 30 </listitem> 31 <listitem><para>Required patch for cracklib: <ulink 32 url="&patch-root;/heimdal-&heimdal-version;-cracklib-1.patch"/></para> 33 </listitem> 31 34 </itemizedlist> 32 35 … … 45 48 <xref linkend="xorg"/> or 46 49 <xref linkend="xfree86"/>, 47 <xref linkend="openldap"/> and 50 <xref linkend="openldap"/>, 51 <xref linkend="cracklib"/> and 48 52 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> 49 53 </para> -
postlfs/security/pam/linux_pam-exp.xml
r22c4e1ee r7e7bcee 1 1 <sect2> 2 2 <title>Command explanations</title> 3 4 <para><command>autoconf</command>: This is necessary as in the patch, we 5 change where <acronym>PAM</acronym> looks for the cracklib libs. This 6 requires that the configure script be recreated.</para> 3 7 4 8 <para><option>--enable-static-libpam</option>: This switch builds -
postlfs/security/pam/linux_pam-inst.xml
r22c4e1ee r7e7bcee 6 6 running the following commands:</para> 7 7 8 <screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-1.patch && 8 <screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-3.patch && 9 autoconf && 9 10 ./configure --enable-static-libpam --with-mailspool=/var/mail \ 10 11 --enable-read-both-confs --sysconfdir=/etc && -
postlfs/security/pam/linux_pam-intro.xml
r22c4e1ee r7e7bcee 23 23 <itemizedlist spacing='compact'> 24 24 <listitem><para>Required patch: 25 <ulink url="&patch-root;/Linux-PAM-0.77-linkage- 1.patch"/></para></listitem></itemizedlist>25 <ulink url="&patch-root;/Linux-PAM-0.77-linkage-3.patch"/></para></listitem></itemizedlist> 26 26 </sect3> 27 27
Note:
See TracChangeset
for help on using the changeset viewer.