Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229899 - sys-libs/pam-1.0.1 upgrade breaks config
Summary: sys-libs/pam-1.0.1 upgrade breaks config
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-28 13:16 UTC by Walter
Modified: 2008-07-23 14:57 UTC (History)
0 users

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 Walter 2008-06-28 13:16:32 UTC
After upgrading to sys-libs/pam-1.0.1 the following appears in logs on every login:
pam_tally(login:account): option deny=0 allowed in auth phase only
pam_tally(login:account): unknown option: no_magic_root

These deprecated strings should be removed from the config files as part of the ebuild.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-07-23 14:57:58 UTC
Did you update the configuration files with the ones provided by pambase? Because the default configuration does not use no_magic_root nor deny=0 for pam_tally.

Updating custom pam.d files is not something that ebuild should do, as they could mess the system login up a lot.