IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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" }