Changeset 63

Show
Ignore:
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
  • trunk/RHEL5/conf/pam/sshd.pam

    r59 r63  
    11#%PAM-1.0 
    22auth       include      system-auth 
    3 auth       required     pam_nologin.so 
     3auth       required         pam_nologin.so 
    44 
    55account    include      system-auth 
  • trunk/RHEL5/conf/pam/su.pam

    r59 r63  
    55# Uncomment the following line to require a user to be in the "wheel" group. 
    66auth            required        pam_wheel.so use_uid 
    7 auth            required        pam_tally3.so 
     7auth        required    pam_tally3.so 
    88auth            include         system-auth 
    99 
  • trunk/RHEL5/conf/pam/system-auth.pam

    r59 r63  
    22# This file is auto-generated. 
    33# 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 
     5auth        required      pam_tally3.so deny=5 deny_interval=30 onerr=fail unlock_time=60  
     6 
    57auth        required      pam_env.so 
    68auth        required      pam_unix.so nullok try_first_pass audit