| Summary: | =x11-misc/lightdm-1.2.2-r3 does not respect minimum-uid | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vlad <vovan> |
| Component: | Current packages | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | flameeyes, ssuominen, vovan, yngwin |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Vlad
2012-07-02 05:11:21 UTC
uh, I was pointed out that LightDM is expecting 'Section' [UserList] in /etc/lightdm/users.conf instead of [UserAccounts] mind duplicating the whole section of [UserAccounts] as [UserList] in /etc/lightdm/lightdm.conf? although that propably doesn't explain the >= 500 (this Comment is mostly so that I remember myself once I continue this evening) Even better, it's ignoring /etc/lightdm/users.conf altogether. $ head -n 5 data/users.conf # # User accounts configuration # # NOTE: If you have AccountsService installed on your system, then LightDM will # use this instead and these settings will be ignored So entire users.conf is NOT used BY DESIGN if accountservice is available Futhermore Diego pointed out that there is no way to configure accountservice (I'm not that familiar with it, but I'm not suprised as it's GNOME 3.x and Ubuntu component) So nothing for pam@ to do here, entirely a bug for accountservice & lightdm maintainers If it used to work previously, that was by some fluke So we recommend: 1) Patching accountservice to respect Gentoo UID's 2) Removing users.conf from lightdm installation to reduce confusion (like this bug) (In reply to comment #4) > So we recommend: > > 1) Patching accountservice to respect Gentoo UID's > 2) Removing users.conf from lightdm installation to reduce confusion (like > this bug) users.conf removed in 1.3.2 |