Changeset 63
- Timestamp:
- 05/31/07 09:19:58
(2 years ago)
- Author:
- msnyder
- Message:
More pam configuration changes -- only some pam_tally3 additions to system-auth
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r59 |
r63 |
|
| 1 | 1 | #%PAM-1.0 |
|---|
| 2 | 2 | auth include system-auth |
|---|
| 3 | | auth required pam_nologin.so |
|---|
| | 3 | auth required pam_nologin.so |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | account include system-auth |
|---|
| r59 |
r63 |
|
| 5 | 5 | # Uncomment the following line to require a user to be in the "wheel" group. |
|---|
| 6 | 6 | auth required pam_wheel.so use_uid |
|---|
| 7 | | auth required pam_tally3.so |
|---|
| | 7 | auth required pam_tally3.so |
|---|
| 8 | 8 | auth include system-auth |
|---|
| 9 | 9 | |
|---|
| r59 |
r63 |
|
| 2 | 2 | # This file is auto-generated. |
|---|
| 3 | 3 | # User changes will be destroyed the next time authconfig is run. |
|---|
| 4 | | auth required pam_tally3.so deny=5 onerr=fail |
|---|
| | 4 | #5 login attempts within 30 seconds. Locked out for 60 seconds if fail |
|---|
| | 5 | auth required pam_tally3.so deny=5 deny_interval=30 onerr=fail unlock_time=60 |
|---|
| | 6 | |
|---|
| 5 | 7 | auth required pam_env.so |
|---|
| 6 | 8 | auth required pam_unix.so nullok try_first_pass audit |
|---|
Download in other formats:
* Generating other formats may take time.