Skip to content

Instantly share code, notes, and snippets.

@magicalyak
Created June 29, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magicalyak/1713cf7e3c3c5945e78368ec0cf029ee to your computer and use it in GitHub Desktop.
Save magicalyak/1713cf7e3c3c5945e78368ec0cf029ee to your computer and use it in GitHub Desktop.
LDAP Auth
identityProviders:
- challenge: true
login: true
mappingMethod: claim
name: salab_idm
provider:
apiVersion: v1
attributes:
email:
- mail
id:
- dn
name:
- cn
preferredUsername:
- uid
bindDN: ''
bindPassword: ''
ca: ''
insecure: true
kind: LDAPPasswordIdentityProvider
url: ldap://idm1.rdu.salab.redhat.com:389/cn=users,cn=accounts,dc=salab,dc=redhat,dc=com?uid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment