UMRA LDAP action
|
Description
|
Setup LDAP session
|
Initialize a secure or not secure LDAP session with the LDAP Server. The session parameters are stored in a variable that is used in subsequent UMRA LDAP actions.
|
Load LDAP modification data
|
Setup a data structure that is used to add and edit directory service items. The resulting LDAP modification data is stored in a variable that is referenced in subsequent script actions. The action is always used in combination with the Add and Edit UMRA LDAP actions.
|
Add directory service object (LDAP)
|
Add an item to the LDAP directory service. The data added is setup with action Load LDAP modification data.
|
Modify directory service object (LDAP)
|
Update an existing item in the directory service. The data used to modify the existing directory service item is setup with action Load LDAP modification data.
|
Delete directory service object (LDAP)
|
Delete an item from the directory service.
|
Search directory service (LDAP)
|
Execute a search action in the LDAP directory service. The results are returned in a generic table variable that can be used in subsequent script actions and forms.
|