summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2015-11-09 15:31:40 -0500
committerAndrew Butcher <abutcher@redhat.com>2015-11-09 15:31:40 -0500
commitac984b64622dbee0489c0e5a8061f013fa770bf9 (patch)
treece22fc763a41ab838acf061f0a89e1c2f13666c7 /inventory
parent334c20584080abaaee9551b25a0efed1526e5e72 (diff)
downloadopenshift-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')
-rw-r--r--inventory/byo/hosts.example3
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=''