shadow: do not hardcode dictionary path in cracklib pam config.

This commit is contained in:
Juan RP 2012-04-23 11:59:43 +02:00
parent 79610bbf89
commit 1392d299ed
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,2 @@
password required pam_cracklib.so type=Linux retry=3 \
dictpath=/lib/cracklib/pw_dict
password required pam_cracklib.so type=Linux retry=3
password required pam_unix.so sha512 shadow use_authtok

View file

@ -1,6 +1,7 @@
# Template file for 'shadow'
pkgname=shadow
version=4.1.5
revision=1
homepage="http://pkg-shadow.alioth.debian.org"
distfiles="$homepage/releases/$pkgname-$version.tar.bz2"
build_style=gnu-configure