Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Search LDAP
The LDAP Search window is used
to specify the LDAP search.
Session
The variable representing the LDAP Session that is initialized with action
Setup LDAP session.
- Result
- The name of the variable that is used to store the
result of the search. The search result is always stored as a table. The
variable does not need to exist when the action is executed. If it does
exist, the old value is overwritten.
Base (DN)
The distinguished name of the directory service tree where the search should
start. The search is executed at the specified base, and optionally in
the immediate or all subtrees of the directory service.
Filter
The specification of the filter to perform the search. The standard search
specification according to RFC2254 can be used to execute the search.
Scope
|
Base only |
Limits the search to the specified base only.
The maximum number of matching directory service items is 1. |
|
One level |
The search is performed in all entries of
the first level below the base entry, excluding the base entry. |
|
Subtree |
The search is performed in the base entry
and all levels below the base entry. |
Options
|
Time out interval |
When enabled, the specified value is the time-out
value of the LDAP search and the operation time. If disabled, no time-out
value is used. |
|
Size limit |
When enabled, the maximum number of matching
values is limited to the specified value. When disabled, the maximum number
of items is not limited. |
For more detailed information and examples, see the document Managing
LDAP directory services with UMRA on our website.
See also:
Managing LDAP
Directory Services using UMRA - Introduction
Managing LDAP
Directory Services using UMRA - Concept
Script Action: Setup
LDAP session
Script Action:
Load LDAP modification data
Script
Action: Add directory service object (LDAP)
Script
Action: Modify directory service object (LDAP)
Script
Action: Delete directory service object (LDAP)
|