This is the debdiff with the patch backported from Utopic ** Patch added: "Debdiff for the patch that fixes the issue" https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1343261/+attachment/4154644/+files/fix-high-uids.diff
-- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1343261 Title: User accounts with id higher than 60000 are not shown in Trusty Status in “accountsservice” package in Ubuntu: New Bug description: Version: 0.6.35-0ubuntu7 This bug is visible in lightdm, but it's actually a problem in Trusty's accountsservice. The code in user-classify.c forces the user account to be between 1000 and 60000. Any accounts higher than 60000 are considered systems accounts and not shown in lightdm. In Utopic this is fixed by modifying the code to not take into account any maximum, but rather use the minimum and then filter "nobody" and "nobodynfs". Editing login.defs is possible but is not enough, because in that case, nobody isn't filtered. The patch is quite small and can be backported to Trusty without much issue. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1343261/+subscriptions -- Mailing list: https://launchpad.net/~dx-packages Post to : dx-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~dx-packages More help : https://help.launchpad.net/ListHelp