** Description changed:

  1. Add a new user
  2. Give this user admin powers (can be done immediately or later)
  3. Remove the user admin powers
  
  The user is not anymore part of the "users" group
  
  # Added new user
  marco@resolute:~$ grep normal-user /etc/passwd /etc/group
  /etc/passwd:normal-user:x:1001:1001:Normal User:/home/normal-user:/bin/bash
  /etc/group:users:x:100:marco,normal-user
  /etc/group:normal-user:x:1001:
  
  # Given the user admin powers
  marco@resolute:~$ grep normal-user /etc/passwd /etc/group
  /etc/passwd:normal-user:x:1001:1001:Normal User:/home/normal-user:/bin/bash
  /etc/group:adm:x:4:syslog,marco,normal-user
  /etc/group:cdrom:x:24:marco,normal-user
  /etc/group:sudo:x:27:marco,user-sudo,normal-user
  /etc/group:dip:x:30:marco,normal-user
  /etc/group:plugdev:x:46:marco,normal-user
  /etc/group:users:x:100:marco,normal-user
  /etc/group:lpadmin:x:114:marco,normal-user
  /etc/group:normal-user:x:1001:normal-user
  
  # Removed the user admin powers
  marco@resolute:~$ grep normal-user /etc/passwd /etc/group
  /etc/passwd:normal-user:x:1001:1001:Normal User:/home/normal-user:/bin/bash
  /etc/group:normal-user:x:1001:normal-user
+ 
+ ---
+ External link: https://warthogs.atlassian.net/browse/UDENG-10104

** Tags added: udeng-10104

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2146366

Title:
  User is removed from "users" group when admin powers are removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/2146366/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to