Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Serdar Ozmen <serdar@hazelcast.com>
  • Loading branch information
SeriyBg and Serdaro authored Oct 13, 2023
1 parent 457986f commit b7a579f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/management-center-ldap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See xref:management-center:deploy-manage:ldap.adoc[Management Center Documentati
== Setting Up the LDAP Security Provider

To set up LDAP, you need to configure the `securityProvider.ldap` section in the Management Center CR.
The following are the required field to configure the LDAP Security provider.
The following are the required fields to configure the LDAP Security provider.

[cols="30%m,70%a"]
|===
Expand Down Expand Up @@ -43,16 +43,16 @@ The following are the required field to configure the LDAP Security provider.

|===

=== Example Management Center LDAP configuration
=== Example Management Center LDAP Configuration

Bellow is the example configuration for the LDAP Security Provider:
The following is an example configuration for the LDAP Security Provider:

[source,yaml,subs="attributes+"]
----
include::ROOT:example$/management-center-ldap.yaml[]
----

And the exmaple of how to create a `Secret` for the LDAP credentials:
The following example shows how to create a `Secret` for the LDAP credentials.

[source,shell]
----
Expand Down

0 comments on commit b7a579f

Please sign in to comment.