Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185307 - [englightenment overlay] x11-misc/entrance installs bad pam.d file
Summary: [englightenment overlay] x11-misc/entrance installs bad pam.d file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-14 14:56 UTC by Jakub Moc (RETIRED)
Modified: 2007-07-26 05:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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