Skip to content

Instantly share code, notes, and snippets.

@rbo
Created March 19, 2019 17:01
Show Gist options
  • Save rbo/617ba9a409f11845dd6f324f129dbca8 to your computer and use it in GitHub Desktop.
Save rbo/617ba9a409f11845dd6f324f129dbca8 to your computer and use it in GitHub Desktop.
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:
- mail
name:
- cn
preferredUsername:
- sAMAccountName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment