Skip to content

Commit c56db2b

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 73743ff commit c56db2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ If successful, this command returns a token, confirming that LDAP authentication
126126
. Verify group membership for an LDAP user:
127127
+
128128
----
129-
$ oc exec -t openstackclient -- openstack group contains user --group-domain <DOMAIN_NAME> --user-domain <DOMAIN_NAME> <GROUP_NAME> <USERNAME>
129+
$ oc exec -t openstackclient -- openstack group contains user --group-domain <domain_name> --user-domain <domain_name> <group_name> <username>
130130
----
131131
+
132-
* Replace `<DOMAIN_NAME>`, `<GROUP_NAME>`, and `<USERNAME>` with appropriate values from your LDAP server.
132+
* Replace `<domain_name>`, `<group_name>`, and `<username>` with the appropriate values from your LDAP server.
133133
+
134134
This command verifies that the user is properly associated with the group through LDAP.

0 commit comments

Comments
 (0)