Skip to content
Snippets Groups Projects
Commit a31232ac authored by ale's avatar ale
Browse files

query LDAP for all the required attributes

parent db4943c2
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,7 @@ def _expandvars(s, vars, quotefn):
class UserDb(model.UserDb):
ldap_attrs = [
'userPassword',
'totpSecret',
'appSpecificPassword',
]
ldap_attrs = SCHEMA.values()
def __init__(self, service_map, ldap_uri, ldap_bind_dn, ldap_bind_pw):
self.service_map = service_map
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment