IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

SearchScope Property

Controls the scope of LDAP search operations.

Syntax

property SearchScope: TipaTLDAPSearchScopes read get_SearchScope write set_SearchScope;
TipaTLDAPSearchScopes = ( ssBaseObject, ssSingleLevel, ssWholeSubtree );

Default Value

ssWholeSubtree

Remarks

This property controls the scope of LDAP search operations. Possible values are:

ssBaseObject (0) Search only the base object.
ssSingleLevel (1) Search only one level, including objects directly below the base object, but not the base object itself.
ssWholeSubtree (2) Search the whole subtree, including the base object itself.

Default is to search the whole subtree.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Delphi Edition - Version 20.0 [Build 8155]