From dc61a2b8767e3686c8a47cffc55adf8434556ebb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 29 Oct 2019 17:04:13 +0000 Subject: [PATCH] people: Cannot hide sudo group Otherwise functions that check on this do not work. Signed-off-by: Michael Tremer --- src/backend/accounts.py | 1 - 1 file changed, 1 deletion(-) 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", -- 2.39.5