Created
March 19, 2019 17:01
-
-
Save rbo/617ba9a409f11845dd6f324f129dbca8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openshift_master_identity_providers: | |
- name: 'ad' | |
challenge: true | |
login: true | |
mappingMethod: claim | |
kind: LDAPPasswordIdentityProvider | |
bindDN: "{{ dd }}" | |
bindPassword: "{{ ddd }}" | |
insecure: false | |
url: "ldaps://ddd" | |
attributes: | |
id: | |
- sAMAccountName | |
email: | |
name: | |
- cn | |
preferredUsername: | |
- sAMAccountName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment