File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
x-pack/docs/en/security/authentication Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -34,32 +34,25 @@ The following snippet configures a realm chain that includes the `file` and
34
34
35
35
[source,yaml]
36
36
----------------------------------------
37
- xpack.security.authc:
38
- realms:
39
-
40
- file:
41
- type: file
37
+ xpack.security.authc.realms:
38
+ file.file1:
42
39
order: 0
43
40
44
- native:
45
- type: native
41
+ native.native1:
46
42
order: 1
47
43
48
- ldap1:
49
- type: ldap
44
+ ldap.ldap1:
50
45
order: 2
51
46
enabled: false
52
47
url: 'url_to_ldap1'
53
48
...
54
49
55
- ldap2:
56
- type: ldap
50
+ ldap.ldap2:
57
51
order: 3
58
52
url: 'url_to_ldap2'
59
53
...
60
54
61
- ad1:
62
- type: active_directory
55
+ active_directory.ad1:
63
56
order: 4
64
57
url: 'url_to_ad'
65
58
----------------------------------------
You can’t perform that action at this time.
0 commit comments