Changeset 201
- Timestamp:
- 06/25/08 08:17:26
(2 months ago)
- Author:
- slawrence
- Message:
Update password minimum length to 14 in pam conf (STIG GEN000580).
Increase new password difference requirement to 4 characters (8500.2 IAIA-2)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r195 |
r201 |
|
| 14 | 14 | account required pam_permit.so |
|---|
| 15 | 15 | |
|---|
| 16 | | password required pam_cracklib.so try_first_pass retry=3 minlen=12 difok=3 dcredit=-2 ucredit=-2 ocredit=-2 lcredit=-2 |
|---|
| | 16 | password required pam_cracklib.so try_first_pass retry=3 minlen=14 difok=4 dcredit=-2 ucredit=-2 ocredit=-2 lcredit=-2 |
|---|
| 17 | 17 | password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=12 |
|---|
| 18 | 18 | password required pam_deny.so |
|---|
| r200 |
r201 |
|
| 373 | 373 | account required pam_permit.so |
|---|
| 374 | 374 | |
|---|
| 375 | | password required pam_cracklib.so try_first_pass retry=3 minlen=12 difok=3 dcredit=-2 ucredit=-2 ocredit=-2 lcredit=-2 |
|---|
| | 375 | password required pam_cracklib.so try_first_pass retry=3 minlen=14 difok=4 dcredit=-2 ucredit=-2 ocredit=-2 lcredit=-2 |
|---|
| 376 | 376 | password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=12 |
|---|
| 377 | 377 | password required pam_deny.so |
|---|
| r198 |
r201 |
|
| 24 | 24 | account required pam_permit.so |
|---|
| 25 | 25 | |
|---|
| 26 | | password required pam_cracklib.so try_first_pass retry=3 minlen=12 difok=3 dcredit=-2 ucredit=-2 ocredit=-2 lcredit=-2 |
|---|
| | 26 | password required pam_cracklib.so try_first_pass retry=3 minlen=14 difok=4 dcredit=-2 ucredit=-2 ocredit=-2 lcredit=-2 |
|---|
| 27 | 27 | password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=12 |
|---|
| 28 | 28 | password required pam_deny.so |
|---|
Download in other formats:
* Note large changesets can take awhile to generate.