Skip to content
Snippets Groups Projects
Verified Commit d8b17fcb authored by sistason's avatar sistason
Browse files

test

parent 0aaa56ec
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ def test_user_bind(bind_dn, bind_pw): ...@@ -42,7 +42,7 @@ def test_user_bind(bind_dn, bind_pw):
return False return False
conn.search(conn.user, encode_filter(current_app.config["LDAP_USER_SEARCH_FILTER"])) conn.search(conn.user, encode_filter(current_app.config["LDAP_USER_SEARCH_FILTER"]))
conn.unbind() #conn.unbind()
return len(conn.entries) == 1 return len(conn.entries) == 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment