Skip to content
Snippets Groups Projects
Commit 6f05a0e4 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Show protocols (although right now there aren't any)

parent 40b4b48f
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ class LdapManager:
if not self.authenticate(username, password):
return None
groups = list(map(lambda g: g.decode("utf-8"), self.groups(username)))
print(groups)
return User(username, groups)
def authenticate(self, username, password):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment