← Back to team overview

dx-packages team mailing list archive

[Bug 1343261] Re: User accounts with id higher than 60000 are not shown in Trusty

 

*** This bug is a duplicate of bug 1290785 ***
    https://bugs.launchpad.net/bugs/1290785

Hi Margarita,

Thanks for your work with this. However, the change is already about to
be backported to trusty via bug 1290785, so I just mark this bug report
as a duplicate.

** This bug has been marked a duplicate of bug 1290785
   Users with UID > 60000 are invisible in login and Settings->User unless /etc/login.defs updated

-- 
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


References