Changeset 1976445
- Timestamp:
- 11/24/2005 05:22:16 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c35d927
- Parents:
- 14e13a0c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r14e13a0c r1976445 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[randy] - Updated to CrackLib-2.8.6.</para> 48 <para>[randy] - Updated to CrackLib-2.8.6 and modified the 49 installation commands to work with the newer version.</para> 49 50 </listitem> 50 51 </itemizedlist> -
postlfs/security/cracklib.xml
r14e13a0c r1976445 118 118 commands:</para> 119 119 120 <screen><userinput>./configure --prefix=/usr --datadir=/lib && 120 <screen><userinput>./configure --prefix=/usr \ 121 --with-default-dict=/lib/cracklib/pw_dict && 121 122 make</userinput></screen> 122 123 … … 127 128 ln -v -sf ../../lib/libcrack.so.2.8.0 /usr/lib/libcrack.so</userinput></screen> 128 129 129 <para>The following commands can be used to install the recommended word 130 list. Other word lists (text based, one word per line) can also be used by 131 simply installing them into 132 <filename class='directory'>/usr/share/dict</filename>.</para> 130 <para>Issue the following commands as the 131 <systemitem class="username">root</systemitem> user to install the 132 recommended word list and create the <application>CrackLib</application> 133 dictionary. Other word lists (text based, one word per line) can also be 134 used by simply installing them into 135 <filename class='directory'>/usr/share/dict</filename> and adding them 136 to the <command>create-cracklib-dict</command> command.</para> 133 137 134 138 <screen role="root"><userinput>install -v -m644 -D ../cracklib-words.gz \ … … 137 141 ln -v -s cracklib-words /usr/share/dict/words && 138 142 echo $(hostname) >>/usr/share/dict/cracklib-extra-words && 143 install -v -m755 -d /lib/cracklib && 139 144 create-cracklib-dict /usr/share/dict/cracklib-words \ 140 145 /usr/share/dict/cracklib-extra-words</userinput></screen> … … 150 155 <title>Command Explanations</title> 151 156 152 <para><parameter>--datadir=/lib</parameter>: This parameter forces the 153 installation of the <application>CrackLib</application> dictionary to the 157 <para><parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>: 158 This parameter forces the installation of the 159 <application>CrackLib</application> dictionary to the 154 160 <filename class='directory'>/lib</filename> hierarchy.</para> 155 161 … … 198 204 <seg>cracklib-check, cracklib-format, cracklib-packer, 199 205 cracklib-unpacker and create-cracklib-dict</seg> 200 <seg>libcrack.[so,a] and optionally, libcrack_heimdal.[so,a]</seg> 201 <seg>/lib/cracklib and /usr/share/dict</seg> 206 <seg>libcrack.[so,a] and optionally, libcrack_heimdal.[so,a] and 207 cracklibmodule.[so,a] <application>Python</application> module</seg> 208 <seg>/lib/cracklib, /usr/share/dict and /usr/share/cracklib</seg> 202 209 </seglistitem> 203 210 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.