Skip to content

Commit

Permalink
fix: change ldap_pass namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 27, 2023
1 parent 455a3c8 commit 29d6d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/ldap/ldap_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ metadata:
spec:
interval: 30
ldap:
- url: ldap://apacheds.default.svc.cluster.local:10389
- url: ldap://apacheds.ldap.svc.cluster.local:10389
name: ldap user login
username:
value: uid=admin,ou=system
password:
value: secret
bindDN: ou=users,dc=example,dc=com
userSearch: "(&(objectClass=organizationalPerson))"
- url: ldap://apacheds.default.svc.cluster.local:10389
- url: ldap://apacheds.ldap.svc.cluster.local:10389
name: ldap group login
username:
value: uid=admin,ou=system
Expand Down

0 comments on commit 29d6d9b

Please sign in to comment.