Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

Ldap - setSearchScope


Ldap - setSearchScope

Description :

This command sets the search scope of an existing LDAP query. This command returns a handle to the updated LDAP query object.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

queryName

String

Name of the LDAP query.

searchScope

String

Allowed values: [base

onelevel

subtree].

Example

The following example modifies the attribute used for determining the search scope of a given LDAP query. Specifically, it sets the search scope of Administrators query to subtree scope.

Script





Ldap setSearchScope Administrators subtree



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Server Automation Command Line Interface 23.1