This commit is contained in:
cazagen 2019-11-11 23:57:25 +00:00
parent 0d24305855
commit 820ba32ea3

View File

@ -63,6 +63,8 @@ class LDAPUserManager(FilebasedUserManager,
#connection.unbind_s()
data = self.check_auth(self, username, password)
self._logger.error("wassup")
self._logger.error(str(data))
for group in self.ldapify_groups(self,LDAP_GROUPS):
if group in data.get('memberOf', []):