[DOCS] Removes realm type security setting (#50001)
This commit is contained in:
parent
81ff2d0f0d
commit
15f27d8c54
|
@ -188,7 +188,7 @@ namespace in `elasticsearch.yml`. For example:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
xpack.security.authc.realms:
|
xpack.security.authc.realms:
|
||||||
|
|
||||||
native.realm1:
|
native.realm1: <1>
|
||||||
order: 0
|
order: 0
|
||||||
...
|
...
|
||||||
|
|
||||||
|
@ -201,6 +201,9 @@ xpack.security.authc.realms:
|
||||||
...
|
...
|
||||||
...
|
...
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
<1> Specifies the type of realm (for example, `native`, `ldap`,
|
||||||
|
`active_directory`, `pki`, `file`, `kerberos`, `saml`) and the realm name. This
|
||||||
|
information is required.
|
||||||
|
|
||||||
The valid settings vary depending on the realm type. For more
|
The valid settings vary depending on the realm type. For more
|
||||||
information, see <<setting-up-authentication>>.
|
information, see <<setting-up-authentication>>.
|
||||||
|
@ -209,9 +212,6 @@ information, see <<setting-up-authentication>>.
|
||||||
[[ref-realm-settings]]
|
[[ref-realm-settings]]
|
||||||
===== Settings valid for all realms
|
===== Settings valid for all realms
|
||||||
|
|
||||||
`type`::
|
|
||||||
The type of the realm: `native`, `ldap`, `active_directory`, `pki`, or `file`. Required.
|
|
||||||
|
|
||||||
`order`::
|
`order`::
|
||||||
The priority of the realm within the realm chain. Realms with a lower order are
|
The priority of the realm within the realm chain. Realms with a lower order are
|
||||||
consulted first. Although not required, use of this setting is strongly
|
consulted first. Although not required, use of this setting is strongly
|
||||||
|
|
Loading…
Reference in New Issue