Bug 1515

Summary: Wrong PAM management group used for pam_nologin in sample files
Product: Portable OpenSSH Reporter: Iain Morgan <imorgan>
Component: MiscellaneousAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: djm
Priority: P2    
Version: 5.1p1   
Hardware: All   
OS: Linux   
Bug Depends on:    
Bug Blocks: 1481    
Attachments:
Description Flags
Move pam_nologin from auth to account PAM management group none

Description Iain Morgan 2008-08-28 14:41:06 AEST
Created attachment 1563 [details]
Move pam_nologin from auth to account PAM management group

The sample PAM configuration files under the contrib/ directory invoke
pam_nologin form the auth management group. To ensure that the module
is invoked for all authentication methods when PAM is enabled, it
should really be called from the account management group instead.

The attached patch fixes this.
Comment 1 Damien Miller 2008-11-03 20:18:44 AEDT
patch applied, will be in 5.2. Thanks again.
Comment 2 Damien Miller 2009-02-23 13:36:15 AEDT
Close bugs fixed/reviewed for openssh-5.2 release