-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-2946) Change pam_cracklib to pam_pwquality (#48)
* Changed pam_cracklib.so to pam_pwquality.so in EL7 pam.d files * Add /etc/security/pwquality.conf file * Fixed some puppet strings information SIMP-3761 #close SIMP-3762 #close SIMP-2946 #close
- Loading branch information
1 parent
7f151ca
commit 411f10f
Showing
55 changed files
with
1,065 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
* 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 | ||
|
||
|
@@ -150,52 +153,43 @@ | |
* Wed Oct 02 2013 Trevor Vaughan <[email protected]> - 4.0.0-6 | ||
- Use 'versioncmp' for all version comparisons. | ||
|
||
* Mon Feb 25 2013 Maintenance | ||
4.0-5 | ||
* Mon Feb 25 2013 Maintenance - 4.0-5 | ||
- Added a call to $::rsync_timeout to the rsync call since it is now required. | ||
|
||
* Tue Jul 24 2012 Maintenance | ||
4.0.0-4 | ||
* Tue Jul 24 2012 Maintenance - 4.0.0-4 | ||
- Added maxclassrepeat=3 and gecoscheck to the cracklib line. | ||
- Removed the *credit items from the cracklib line. We have minclass=3 which is | ||
good enough and having the rest in there was confusing. | ||
|
||
* Wed Jun 13 2012 Maintenance | ||
4.0.0-3 | ||
* Wed Jun 13 2012 Maintenance - 4.0.0-3 | ||
- Fixed a bug where the other *-auth files in pam.d were not updated to handle | ||
faillock properly. | ||
|
||
* Wed May 16 2012 Maintenance | ||
4.0.0-2 | ||
* Wed May 16 2012 Maintenance - 4.0.0-2 | ||
- Moved mit-tests to /usr/share/simp... | ||
- Updated pp files to better meet Puppet's recommended style guide. | ||
|
||
* Fri Mar 02 2012 Maintenance | ||
4.0.0-1 | ||
* Fri Mar 02 2012 Maintenance - 4.0.0-1 | ||
- Improved test stubs. | ||
|
||
* Fri Feb 10 2012 Maintenance | ||
4.0.0-0 | ||
* Fri Feb 10 2012 Maintenance - 4.0.0-0 | ||
- Updated the PAM template to handle faillog as the new default in | ||
RHEL6. | ||
- Added tests for verifying that a user account lockout happens after 5 tries, | ||
can be unlocked, and functions properly after that. | ||
|
||
* Tue Dec 20 2011 Maintenance | ||
2.0.0-5 | ||
* Tue Dec 20 2011 Maintenance - 2.0.0-5 | ||
- Updated the spec file to not require a separate file list. | ||
- Added a line to allow the local 'wheel' group to get to su and bypass | ||
checking the alternately set group. This allows the alternate group to be in | ||
LDAP and the local group to be able to su when LDAP is down or an emergency | ||
user is local. | ||
|
||
* Thu Oct 27 2011 Maintenance | ||
2.0.0-4 | ||
* Thu Oct 27 2011 Maintenance - 2.0.0-4 | ||
- Added the new 'auth' portions of pam.d and removed everything except for | ||
'other' from the rsync segment of pam.d. | ||
|
||
* Mon Oct 10 2011 Maintenance | ||
2.0.0-3 | ||
* Mon Oct 10 2011 Maintenance - 2.0.0-3 | ||
- Updated to put quotes around everything that need it in a comparison | ||
statement so that puppet > 2.5 doesn't explode with an undef error. | ||
- Updated to work around the issue where SSSD can't update shadow fields in | ||
|
@@ -234,13 +228,11 @@ | |
* Tue Oct 26 2010 Maintenance - 1.0-2 | ||
- Converting all spec files to check for directories prior to copy. | ||
|
||
* Tue Aug 10 2010 Maintenance | ||
1.0-1 | ||
* Tue Aug 10 2010 Maintenance - 1.0-1 | ||
- Rearranged the pam_tally2 items in system-auth.erb to ensure that account | ||
lockouts are taking effect properly. | ||
|
||
* Fri Jun 04 2010 Maintenance | ||
1.0-0 | ||
* Fri Jun 04 2010 Maintenance - 1.0-0 | ||
- Modified the system-auth.erb file to: | ||
- Get rid of session messages in /var/log/secure when cron runs. | ||
- Ensure that cron can run without having a user in the groupaccess.conf file. | ||
|
@@ -251,8 +243,7 @@ | |
- Changed the pam_mkhomedir call to be 'optional' instead of 'required'. This | ||
allows users to login even if their home directory can't be created. | ||
|
||
* Fri Feb 05 2010 Maintenance | ||
0.1-10 | ||
* Fri Feb 05 2010 Maintenance - 0.1-10 | ||
- Fixed some incorrect settings with pam_cracklib.so and added in some new | ||
checking functionality for repeated characters and username matching. | ||
- Removed the necessity of the rootaccess file. This does mean that root can su | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Obsoletes: pupmod-pam-test >= 0.0.1 | ||
Requires: pupmod-puppetlabs-concat < 4.0.0-0 | ||
Requires: pupmod-puppetlabs-concat >= 2.2.0-0 | ||
Requires: pupmod-puppetlabs-stdlib < 5.0.0-0 | ||
Requires: pupmod-puppetlabs-stdlib >= 4.13.1-0 | ||
Requires: pupmod-simp-oddjob < 3.0.0-0 | ||
Requires: pupmod-simp-oddjob >= 2.0.0-0 | ||
Requires: pupmod-simp-simplib < 4.0.0-0 | ||
Requires: pupmod-simp-simplib >= 3.1.0-0 | ||
Requires: pupmod-puppetlabs-concat >= 2.2.0 | ||
Requires: pupmod-puppetlabs-concat < 4.0.0 | ||
Requires: pupmod-puppetlabs-stdlib >= 4.13.1 | ||
Requires: pupmod-puppetlabs-stdlib < 5.0.0 | ||
Requires: pupmod-simp-oddjob >= 2.0.0 | ||
Requires: pupmod-simp-oddjob < 3.0.0 | ||
Requires: pupmod-simp-simpcat >= 6.0.0 | ||
Requires: pupmod-simp-simpcat < 7.0.0 | ||
Requires: pupmod-simp-simplib >= 3.1.0 | ||
Requires: pupmod-simp-simplib < 4.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
pam::password_check_backend: 'cracklib' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
pam::password_check_backend: 'cracklib' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
pam::password_check_backend: 'pwquality' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
version: 4 | ||
datadir: data | ||
hierarchy: | ||
- name: "OSFamily + Release" | ||
backend: "yaml" | ||
path: "os/%{facts.osfamily}-%{facts.operatingsystemmajrelease}" | ||
- name: "OSFamily" | ||
backend: "yaml" | ||
path: "os/%{facts.osfamily}" | ||
- name: "Kernel" | ||
backend: "yaml" | ||
path: "os/%{facts.kernel}" | ||
- name: "Common" | ||
backend: "yaml" | ||
path: "common" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.