Skip to content

Commit c70858b

Browse files
committed
[DOCS] Removes realm type security setting (#50001)
1 parent 6ab589b commit c70858b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ namespace in `elasticsearch.yml`. For example:
188188
----------------------------------------
189189
xpack.security.authc.realms:
190190
191-
native.realm1:
191+
native.realm1: <1>
192192
order: 0
193193
...
194194
@@ -201,6 +201,9 @@ xpack.security.authc.realms:
201201
...
202202
...
203203
----------------------------------------
204+
<1> Specifies the type of realm (for example, `native`, `ldap`,
205+
`active_directory`, `pki`, `file`, `kerberos`, `saml`) and the realm name. This
206+
information is required.
204207

205208
The valid settings vary depending on the realm type. For more
206209
information, see <<setting-up-authentication>>.
@@ -209,9 +212,6 @@ information, see <<setting-up-authentication>>.
209212
[[ref-realm-settings]]
210213
===== Settings valid for all realms
211214

212-
`type`::
213-
The type of the realm: `native`, `ldap`, `active_directory`, `pki`, or `file`. Required.
214-
215215
`order`::
216216
The priority of the realm within the realm chain. Realms with a lower order are
217217
consulted first. Although not required, use of this setting is strongly

0 commit comments

Comments
 (0)