Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. identityProviders:
  2. - name: "my_ldap_provider"
  3. challenge: true
  4. login: true
  5. provider:
  6. apiVersion: v1
  7. kind: LDAPPasswordIdentityProvider
  8. attributes:
  9. id:
  10. - dn
  11. email:
  12. - mail
  13. name:
  14. - cn
  15. preferredUsername:
  16. - uid
  17. bindDN: "cn=directory manager"
  18. bindPassword: "secret"
  19. ca: my-ldap-ca-bundle.crt
  20. insecure: false
  21. url: "ldaps://ipa.example.com/cn=users,cn=accounts,dc=example,dc=com?uid"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement