Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Modify directory service object (LDAP)
Function
This action is used to update one or more attributes of an existing
directory service item. The item is identified by its name (Object name)
that is specified as a distinguished name. Before you can use this script
action, the following actions must have been executed:
Properties
|
Property |
Description |
Typical setting |
|
LDAP session |
A data structure representing a session with
the LDAP server. The property is initialized with action Setup LDAP session
and passed to this action using a variable. |
he default variable name is %LdapSession% |
|
Object name |
The distinguished name of the object to modify.
Example: CN=John Smith, OU=Marketing, DC=tools4ever, DC=com. |
|
|
Object data |
All attributes and values to add the object.
The property must be specified as a variable name. This variable is generated
by script action Setup LDAP modification
data. |
|
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: Delete directory service object (LDAP)
Script Action: Search LDAP
|