Skip to content

Commit 73743ff

Browse files
xekklgill
andauthored
Update docs_user/modules/proc_configuring-ldap-with-domain-specific-drivers.adoc
Co-authored-by: Katie Gilligan <[email protected]>
1 parent ae0f228 commit 73743ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs_user/modules/proc_configuring-ldap-with-domain-specific-drivers.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,11 @@ This command returns a list of groups from your LDAP server.
115115
. Test authentication with an LDAP user:
116116
+
117117
----
118-
$ oc exec -t openstackclient -- openstack --os-auth-url <KEYSTONE_AUTH_URL> --os-identity-api-version 3 --os-user-domain-name <DOMAIN_NAME> --os-username <LDAP_USERNAME> --os-password <LDAP_PASSWORD> token issue
118+
$ oc exec -t openstackclient -- openstack --os-auth-url <keystone_auth_url> --os-identity-api-version 3 --os-user-domain-name <domain_name> --os-username <ldap_username> --os-password <ldap_password> token issue
119119
----
120120
+
121-
* Replace `<KEYSTONE_AUTH_URL>` with the {identity_service} authentication URL.
122-
* Replace `<DOMAIN_NAME>` with your LDAP domain name.
123-
* Replace `<LDAP_USERNAME>` and `<LDAP_PASSWORD>` with valid LDAP user credentials.
121+
* Replace `<keystone_auth_url>` with the {identity_service} authentication URL.
122+
* Replace `<ldap_username>` and `<ldap_password>` with valid LDAP user credentials.
124123
+
125124
If successful, this command returns a token, confirming that LDAP authentication is working correctly.
126125

0 commit comments

Comments
 (0)