Displaying 2 results from an estimated 2 matches for "libcrack2".
Did you mean:
libcrack
2012 Dec 11
2
Samba3 and crackcheck
Hi,
I've got samba3 on ubuntu 12 up and running with one exception. I try to
get password complexity working to no avail.
I understood I needed crackcheck, which in turn needed to be compiled.
I downloaded the samba-doc package, and tried to compile crackcheck with
a simple make, but all it returns is failure with the following error:
crackcheck.c:6:19: fatal error: crack.h: No such file
2014 Jul 19
0
[HowTo] Installing Samba and sssd on Debian Wheezy (with manual backport)
...Download source package for libpwquality. You can get the link from
https://packages.debian.org/jessie/libpam-pwquality (or the sid
equivalent)
dget -x http://ftp.de.debian.org/debian/pool/main/libp/libpwquality/libpwquality_1.2.3-1.dsc
# Install build dependencies for libpwquality
apt-get install libcrack2-dev libpam0g-dev python-all-dev gnome-pkg-tools
cd libpwquality-1.2.3/
# Check for additional missing dependencies and install them if necessary
dpkg-checkbuilddeps
# Modify changelog
dch --local ~bpo70+ --distribution wheezy-backports "Rebuild for
wheezy-backports."
# If you build ri...