mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
shadow: disable pam_cracklib.
This commit is contained in:
parent
2818c6ecca
commit
fdcd5dc1c3
2 changed files with 2 additions and 3 deletions
|
@ -1,2 +1 @@
|
||||||
password required pam_cracklib.so type=Linux retry=3
|
|
||||||
password required pam_unix.so sha512 shadow use_authtok
|
password required pam_unix.so sha512 shadow use_authtok
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.1.5.1
|
version=4.1.5.1
|
||||||
revision=14
|
revision=15
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||||
--libdir=/usr/lib --enable-shared --disable-static
|
--libdir=/usr/lib --enable-shared --disable-static
|
||||||
--with-libpam --without-selinux --with-acl --with-attr"
|
--with-libpam --without-selinux --with-acl --with-attr"
|
||||||
makedepends="acl-devel pam-devel"
|
makedepends="acl-devel pam-devel>=1.1.8_4"
|
||||||
depends="pam"
|
depends="pam"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/pam.d/usermod
|
/etc/pam.d/usermod
|
||||||
|
|
Loading…
Add table
Reference in a new issue