ldapgruppen werden richtig ausgelesen

This commit is contained in:
Tim Gröger 2020-06-17 22:31:33 +02:00
parent 2a3e32f70b
commit 8fa46f0eb3
1 changed files with 2 additions and 0 deletions

View File

@ -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: