diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-11-09 15:31:40 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-09 15:31:40 -0500 |
commit | ac984b64622dbee0489c0e5a8061f013fa770bf9 (patch) | |
tree | ce22fc763a41ab838acf061f0a89e1c2f13666c7 /inventory/byo/hosts.example | |
parent | 334c20584080abaaee9551b25a0efed1526e5e72 (diff) | |
download | openshift-ac984b64622dbee0489c0e5a8061f013fa770bf9.tar.gz openshift-ac984b64622dbee0489c0e5a8061f013fa770bf9.tar.bz2 openshift-ac984b64622dbee0489c0e5a8061f013fa770bf9.tar.xz openshift-ac984b64622dbee0489c0e5a8061f013fa770bf9.zip |
Add ldap auth identity provider to example inventory.
Diffstat (limited to 'inventory/byo/hosts.example')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index f124be368..56bbb9612 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -42,6 +42,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Allow all auth #openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}] +# LDAP auth +#openshift_master_identity_providers=[{'name': 'my_ldap_provider', 'challenge': 'true', 'login': 'true', 'kind': 'LDAPPasswordIdentityProvider', 'attributes': {'id': ['dn'], 'email': ['mail'], 'name': ['cn'], 'preferredUsername': ['uid']}, 'bindDN': '', 'bindPassword': '', 'ca': '', 'insecure': 'false', 'url': 'ldap://ldap.example.com:389/ou=users,dc=example,dc=com?uid'}] + # Project Configuration #osm_project_request_message='' #osm_project_request_template='' |