diff --git a/geruecht/controller/ldapController.py b/geruecht/controller/ldapController.py index 6769995..e90f374 100644 --- a/geruecht/controller/ldapController.py +++ b/geruecht/controller/ldapController.py @@ -98,6 +98,8 @@ class LDAPController(metaclass=Singleton): retVal.append(BAR) elif group_name == 'vorstand': retVal.append(VORSTAND) + elif group_name == 'ldap-user': + retVal.append(USER) debug.debug("groups are {{ {} }}".format(retVal)) return retVal except Exception as err: