Bug 903

Summary: superfluous entries in contrib/redhat/sshd.pam
Product: Portable OpenSSH Reporter: Pavel Kankovsky <peak>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: minor    
Priority: P2    
Version: 3.8.1p1   
Hardware: All   
OS: Linux   

Description Pavel Kankovsky 2004-07-21 09:26:25 AEST
These two entries in contrib/redhat/sshd.pam can be removed:
1. session    required     pam_limits.so
2. session    optional     pam_console.so

No 1. is included in system-auth.
No 2. is pointless (in a standard configuration) because the module is supposed
to handle local logins.
Comment 1 Damien Miller 2004-07-21 11:01:52 AEST
Fixed - thanks.