Skip to content

Commit 143d017

Browse files
committed
[DOCS] Fix realm setting names (#30499)
1 parent 6d97ffe commit 143d017

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

x-pack/docs/en/security/authorization/mapping-roles.asciidoc

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ this.
3939
By default, role mappings are stored in `ES_PATH_CONF/role_mapping.yml`,
4040
where `ES_PATH_CONF` is `ES_HOME/config` (zip/tar installations) or
4141
`/etc/elasticsearch` (package installations). To specify a different location,
42-
you configure the `files.role_mapping` realm settings in `elasticsearch.yml`.
43-
This setting enables you to use a different set of mappings for each realm type:
44-
45-
|=====
46-
| `xpack.security.authc.ldap.files.role_mapping` | | | The location of the role mappings for LDAP realms.
47-
| `xpack.security.authc.active_directory.files.role_mapping` | | | The location of the role mappings for Active Directory realms.
48-
| `xpack.security.authc.pki.files.role_mapping` | | | The location of the role mappings for PKI realms.
49-
|=====
42+
you configure the `files.role_mapping` setting in the
43+
{ref}/security-settings.html#ref-ad-settings[Active Directory],
44+
{ref}/security-settings.html#ref-ldap-settings[LDAP], and
45+
{ref}/security-settings.html#ref-pki-settings[PKI] realm settings in
46+
`elasticsearch.yml`.
5047

5148
Within the role mapping file, the security roles are keys and groups and users
5249
are values. The mappings can have a many-to-many relationship. When you map roles

0 commit comments

Comments
 (0)