Skip to content

Commit

Permalink
Remove LDAPAuthenticator default values from conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Sep 16, 2024
1 parent 81c3279 commit a797922
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ldapauthenticator/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ def authenticator():
authenticator.escape_userdn = True
authenticator.attributes = ["uid", "cn", "mail", "ou"]
authenticator.use_lookup_dn_username = False
authenticator.group_filter = (
"(|(member={userdn})(uniqueMember={userdn})(memberUid={uid}))"
)
authenticator.group_attributes = ["member", "uniqueMember", "memberUid"]

authenticator.allowed_groups = [
"cn=admin_staff,ou=people,dc=planetexpress,dc=com",
Expand Down

0 comments on commit a797922

Please sign in to comment.