diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-05-13 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-05-13 08:00:00 +0000 |
commit | f49166c7d8f3ae2c9d337154f7e5dc50d41ab6bf (patch) | |
tree | 26f5f3cc5bdd4d985a5f27d1b51c8dc57ea9114c /NEWS | |
parent | be2c75e7a01b270e6a1e97c7371a89483906f606 (diff) | |
download | pam-f49166c7d8f3ae2c9d337154f7e5dc50d41ab6bf.tar.gz pam-f49166c7d8f3ae2c9d337154f7e5dc50d41ab6bf.tar.bz2 pam-f49166c7d8f3ae2c9d337154f7e5dc50d41ab6bf.zip |
Deprecate pam_cracklib, pam_tally, and pam_tally2
Deprecate pam_cracklib, there are two better alternatives to this
obsolete module: pam_passwdqc from passwdqc project and pam_pwquality
from libpwquality project.
Deprecate pam_tally and pam_tally2 in favour of pam_faillock.
* configure.ac: Implement --enable-cracklib=check that enables build
of pam_cracklib when libcrack is available.
Disable build of pam_cracklib, pam_tally, and pam_tally2 by default.
* NEWS: Mention this change.
* ci/run-build-and-tests.sh (DISTCHECK_CONFIGURE_FLAGS): Add
--enable-tally, --enable-tally2, and --enable-cracklib=check
to check build of these deprecated modules.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,11 @@ Release 1.4.0 * Added new API call pam_start_confdir() for special applications that cannot use the system-default PAM configuration paths and need to explicitly specify another path +* Deprecated pam_cracklib: this module is no longer built by default and will + be removed in the next release, use pam_passwdqc (from passwdqc project) + or pam_pwquality (from libpwquality project) instead +* Deprecated pam_tally and pam_tally2: these modules are no longer built + by default and will be removed in the next release, use pam_faillock instead Release 1.3.1 * pam_motd: add support for a motd.d directory |