Skip to content

Commit c24613b

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

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
@@ -182,7 +182,7 @@ namespace in `elasticsearch.yml`. For example:
182182
----------------------------------------
183183
xpack.security.authc.realms:
184184
185-
native.realm1:
185+
native.realm1: <1>
186186
order: 0
187187
...
188188
@@ -195,6 +195,9 @@ xpack.security.authc.realms:
195195
...
196196
...
197197
----------------------------------------
198+
<1> Specifies the type of realm (for example, `native`, `ldap`,
199+
`active_directory`, `pki`, `file`, `kerberos`, `saml`) and the realm name. This
200+
information is required.
198201

199202
The valid settings vary depending on the realm type. For more
200203
information, see <<setting-up-authentication>>.
@@ -203,9 +206,6 @@ information, see <<setting-up-authentication>>.
203206
[[ref-realm-settings]]
204207
===== Settings valid for all realms
205208

206-
`type`::
207-
The type of the realm: `native`, `ldap`, `active_directory`, `pki`, or `file`. Required.
208-
209209
`order`::
210210
The priority of the realm within the realm chain. Realms with a lower order are
211211
consulted first. Although not required, use of this setting is strongly

0 commit comments

Comments
 (0)