Releases: simp/pupmod-simp-pam
Releases · simp/pupmod-simp-pam
Release of 6.8.0
* Wed May 27 2020 Trevor Vaughan <[email protected]> - 6.8.0-0 - Add the ability to specify pam::limits::rules via Hiera
Release of 6.7.1
* Wed Mar 25 2020 Jeanne Greulich <[email protected]> - 6.7.1-0 - Moved the pam_unix.so check before the pam_sss.so check in the password section of the auth files otherwise it returns an "authentication token manipulation" error and local passwords can not be changed.
Release of 6.7.0
* Fri Feb 28 2020 Jeanne Greulich <[email protected]> - 6.7.0-0 - Ignore authconfig disable on EL8. Authconfig was replaced with authselect and authselect does not overwrite settings unless you select --force option. * Tue Dec 24 2019 Trevor Vaughan <[email protected]> - 6.7.0-0 - Add EL8 support - Remove installation of pam_pkcs11 and fprintd-pam by default since they not actually required for basic functionality - Update documentation for 'puppet strings' * Fri Aug 02 2019 Robert Vincent <[email protected]> - 6.7.0-0 - Support puppetlabs/concat 6.x.
Release of 6.6.0
* Thu Jun 06 2019 Steven Pritchard <[email protected]> - 6.6.0-0 - Add v2 compliance_markup data
Release of 6.5.0
* Mon Apr 29 2019 Trevor Vaughan <[email protected]> - 6.5.0-0 - Fix bug where the ending faillock items were not being called due to the 'sufficient' lines on pam_unix and pam_sssd. - Add option to allow users to disable faillock if desired - Fix bug where 'authsucc' was not set at the end of the 'auth' section for faillock (SIMP-6306) - Update all comments for puppet strings - Converted all templates to EPP for performance - Fully updated the README * Tue Apr 16 2019 Zach <[email protected]> - 6.5.0-0 - Add totp support through pam_oath
Release of 6.4.0
* Fri Mar 15 2019 Nicholas Markowski <[email protected]> - 6.4.0-0 - Added pam::access::access_file_mode parameter to allow users to manage access.conf file permissions - Updated lower bound on stdlib to 4.22.0 to add Filemode strong type support
Release of 6.3.0
* Thu Oct 04 2018 Zach <[email protected]> - 6.3.0-0 - Fix 'faillock' bug in system-auth - Update badges and contribution guide URL in README.md * Tue Sep 11 2018 Steven Pritchard <[email protected]> - 6.3.0-0 - Fix *_auth_content pam class parameters * Fri Sep 07 2018 Liz Nemsick <[email protected]> - 6.3.0-0 - Update Hiera 4 to Hiera 5 * Fri Jul 20 2018 Trevor Vaughan <[email protected]> - 6.3.0-0 - Added the reading of the system locale settings during the session activation of users. * Thu Jul 12 2018 Trevor Vaughan <[email protected]> - 6.3.0-0 - Add support for OEL and Puppet 5
Release of 6.2.1
* Mon Apr 30 2018 Trevor Vaughan <[email protected]> - 6.2.1-0 - Allow users to change the password hash algorithm - Allow users to enable/disable enforcing password policies for `root` - Update compliance tests to work with inspec profiles and compliance engine enforcement. * Mon Apr 16 2018 Liz Nemsick <[email protected]> - 6.2.1-0 - Set the default cracklib_maxclassrepeat to 3.
Release of 6.2.0
* Mon Feb 12 2018 Liz Nemsick <[email protected]> - 6.2.0-0 - Update upperbound on puppetlabs/concat version to < 5.0.0 * Fri Feb 09 2018 Adam Yohrling <[email protected]> - 6.2.0-0 - Update the pam::unlock_time parameter to accept 'never' as a value per the man page and in accordance with the DISA STIG * Wed Jan 24 2018 Liz Nemsick <[email protected]> - 6.2.0-0 - Replace authconfig and authconfig-tui links to a no-op script, instead of removing them. This does not break tools that use authconfig. - Use simp_options::package_ensure, when available * Wed Dec 13 2017 Trevor Vaughan <[email protected]> - 6.2.0-0 - Set the minimum UID allowed onto the system to the default defined in /etc/login.defs or 1000 if not otherwise defined
Release of 6.1.0
* Fri Sep 22 2017 Jeanne Greulich <[email protected]> - 6.1.0-0 - Changed password checking from pam_cracklib.so to pam_pwquality.so for EL7 * Fri Sep 22 2017 Chris Tessmer <[email protected]> - 6.1.0-0 - Enable pam_tty_audit for sudo