Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 185307

Summary: [englightenment overlay] x11-misc/entrance installs bad pam.d file
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: normal CC: pam-bugs+disabled
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jakub Moc (RETIRED) gentoo-dev 2007-07-14 14:56:31 UTC
#%PAM-1.0
auth       include      system-auth
auth       required     pam_nologin.so
account    include      system-auth
password   include      system-auth
session    include      system-auth

should be instead:

#%PAM-1.0
auth       required     pam_nologin.so
auth       include      system-auth
account    include      system-auth
password   include      system-auth
session    include      system-auth

(see Bug 151173)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-07-16 08:53:43 UTC
Jakub is right, Mike can you please do the change?

By the way, this is another call for having pambase package with a login-manager service to just include for everything to be shared between xdm, entrance, gdm and kdm.

Comment 2 SpanKY gentoo-dev 2007-07-26 05:37:28 UTC
neither entrance installs a file like that ... both read pam_nologin.so first