TDV Adapter for LDAP

Build 22.0.8462

Scope

Whether to limit the scope of the search to the whole subtree (BaseDN and all of its descendants), a single level (BaseDN and its direct descendants), or the base object (BaseDN only).

Possible Values

WHOLESUBTREE, SINGLELEVEL, BASEOBJECT

Data Type

string

Default Value

"WHOLESUBTREE"

Remarks

Limiting scope can greatly improve search performance. Set Scope to one of the following values:

  • WholeSubtree: Limit the scope of the search to the BaseDN and all of its descendants.
  • SingleLevel: Limit the scope of the search to the BaseDN and its direct descendants.
  • BaseObject: Limit the scope of the search to the base object only (BaseDN).

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462