]> git.ipfire.org Git - ipfire.org.git/commitdiff
people: Cannot hide sudo group
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Oct 2019 17:04:13 +0000 (17:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Oct 2019 17:04:13 +0000 (17:04 +0000)
Otherwise functions that check on this do not work.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/accounts.py

index 37eedd5011c4be961b9aefaf333c60dd4f85c79f..2a88cab0bc507e78c103031725823d68b7de2be5 100644 (file)
@@ -1084,7 +1084,6 @@ class Groups(Object):
        hidden_groups = (
                "cn=LDAP Read Only,ou=Group,dc=ipfire,dc=org",
                "cn=LDAP Read Write,ou=Group,dc=ipfire,dc=org",
-               "cn=sudo,ou=Group,dc=ipfire,dc=org",
 
                # Everyone is a member of people
                "cn=people,ou=Group,dc=ipfire,dc=org",