Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Add directory service object (LDAP)
Function
The action is used to add a new item to the directory service. The item
is identified by its name that must be unique. All other parameters of
the item are specified by its attributes. Before you can use this script
action, the following actions must have been executed:
Setup LDAP session: Used to store
the session (data) in a variable which is then used as input for other
LDAP script actions.
Load LDAP modification data: Used
to initialize the attributes and attribute values for the new directory
service item.
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: Modify directory service object (LDAP)
Script
Action: Delete directory service object (LDAP)
Script Action: Search LDAP
|