Skip to content

Commit 63757af

Browse files
committed
[DOCS] Fix realm chains example (#50568)
1 parent f62df52 commit 63757af

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

x-pack/docs/en/security/authentication/realm-chains.asciidoc

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,25 @@ The following snippet configures a realm chain that includes the `file` and
3434

3535
[source,yaml]
3636
----------------------------------------
37-
xpack.security.authc:
38-
realms:
39-
40-
file:
41-
type: file
37+
xpack.security.authc.realms:
38+
file.file1:
4239
order: 0
4340
44-
native:
45-
type: native
41+
native.native1:
4642
order: 1
4743
48-
ldap1:
49-
type: ldap
44+
ldap.ldap1:
5045
order: 2
5146
enabled: false
5247
url: 'url_to_ldap1'
5348
...
5449
55-
ldap2:
56-
type: ldap
50+
ldap.ldap2:
5751
order: 3
5852
url: 'url_to_ldap2'
5953
...
6054
61-
ad1:
62-
type: active_directory
55+
active_directory.ad1:
6356
order: 4
6457
url: 'url_to_ad'
6558
----------------------------------------

0 commit comments

Comments
 (0)