Contents

LDAP.LDAPSearchSettingsItem

An array of search settings dictionaries.

Declaration

object LDAP.LDAPSearchSettingsItem

Properties

NameTypeDescription
LDAPSearchSettingDescriptionstring

The description of this search setting.

LDAPSearchSettingScopestring

The type of recursion to use in the search:

  • LDAPSearchSettingScopeBase: The search uses only the immediate node that the search base points to.

  • LDAPSearchSettingScopeOneLevel: The search uses the node plus its immediate children.

  • LDAPSearchSettingScopeSubtree: The search uses the node plus all children, regardless of depth.

LDAPSearchSettingSearchBase Requiredstring

The path to the node where a search should start.