shadow: do not hardcode dictionary path in cracklib pam config.
This commit is contained in:
parent
79610bbf89
commit
1392d299ed
@ -1,3 +1,2 @@
|
|||||||
password required pam_cracklib.so type=Linux retry=3 \
|
password required pam_cracklib.so type=Linux retry=3
|
||||||
dictpath=/lib/cracklib/pw_dict
|
|
||||||
password required pam_unix.so sha512 shadow use_authtok
|
password required pam_unix.so sha512 shadow use_authtok
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.1.5
|
version=4.1.5
|
||||||
|
revision=1
|
||||||
homepage="http://pkg-shadow.alioth.debian.org"
|
homepage="http://pkg-shadow.alioth.debian.org"
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.bz2"
|
distfiles="$homepage/releases/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user