From: Michael Tremer Date: Tue, 29 Oct 2019 17:04:13 +0000 (+0000) Subject: people: Cannot hide sudo group X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc61a2b8767e3686c8a47cffc55adf8434556ebb;p=ipfire.org.git people: Cannot hide sudo group Otherwise functions that check on this do not work. Signed-off-by: Michael Tremer --- diff --git a/src/backend/accounts.py b/src/backend/accounts.py index 37eedd50..2a88cab0 100644 --- a/src/backend/accounts.py +++ b/src/backend/accounts.py @@ -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",