ldapgruppen werden richtig ausgelesen
This commit is contained in:
parent
2a3e32f70b
commit
8fa46f0eb3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue