shadow: do not hardcode dictionary path in cracklib pam config.
This commit is contained in:
parent
79610bbf89
commit
1392d299ed
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue