test
This commit is contained in:
parent
0d24305855
commit
820ba32ea3
|
@ -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', []):
|
||||
|
|
Loading…
Reference in New Issue
Block a user