FS#2522 - cracklib in pam is outdated
|
Details
The cracklib that comes with our pam is very outdated. In
the PKGBUILD, some cracklib files are extracted to get pam
build with cracklib.
The problem with these files is that they are built using gcc 2.7.2 on a glibc 2.1 or 2.2 system, which is incompatible with glibc 2.3.x. Instructions for building cracklib from source: http://www.linuxfromscratch.org/hints/downloads/files/pam+shadow+cracklib.txt Instead of the make install, the files can be placed in the same location as the cracklib files do now. |
This task depends upon
[jvinet@earth cl]$ wget http://www.users.dircon.co.uk/~crypto/download/cracklib,2.7.tgz
--23:22:30-- http://www.users.dircon.co.uk/%7Ecrypto/download/cracklib,2.7.tgz
=> `cracklib,2.7.tgz'
Resolving www.users.dircon.co.uk... 194.112.32.113
Connecting to www.users.dircon.co.uk[194.112.32.113]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
23:22:30 ERROR 404: Not Found.
Seems the site moved.
Fixing would require 2 new packages. cracklib and a worldlist (make dependency for cracklib).
Jürgen
http://aur.archlinux.org/packages.php?do_Details=1&ID=466
Please remove the non-working crack stuff from pam and import the package from AUR.