Skip to content

Commit 67bec5e

Browse files
xekklgill
andauthored
Update docs_user/modules/proc_adopting-the-identity-service.adoc
Co-authored-by: Katie Gilligan <[email protected]>
1 parent 80e36d5 commit 67bec5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs_user/modules/proc_adopting-the-identity-service.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ group_members_are_ids = true
128128
----
129129
Replace the placeholder values (e.g., `<ldap_server_host>`, `<bind_dn_user>`, `<user_tree_dn>`) with your actual LDAP server details.
130130

131-
Then, create the secret from this file:
132-
[source,bash]
131+
. Create the secret from this file:
132+
+
133133
----
134-
oc create secret generic keystone-domains \
134+
$ oc create secret generic keystone-domains \
135135
-n <namespace> \
136-
--from-file=keystone.DOMAIN_NAME.conf
136+
--from-file=<keystone.DOMAIN_NAME.conf>
137137
----
138138

139139
After creating the secret, you would typically remove the local configuration file if it's no longer needed or store it securely.

0 commit comments

Comments
 (0)