It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ActiveDirectoryGroupSearch
editActiveDirectoryGroupSearch
editElasticsearch Security Active Directory realm group search configuration
Properties
edit-
base_dn
(string
) - Specifies a container DN to search for groups in which the user has membership
-
scope
(string
; allowed values: [sub_tree
,one_level
,base
]) - Specifies whether the group search should be sub_tree, one_level or base. one_level only searches objects directly contained within the base_dn. The default sub_tree searches all objects contained under base_dn. base specifies that the base_dn is a group object, and that it is the only group considered.
Example
edit{ "base_dn" : "string", "scope" : "string" }