# LDAP

LDAP actions provide for additional LDAP specific transactions.

# Add User to LDAP Group

Add User to LDAP Group

The Add User to LDAP Group action will add an LDAP user object to an LDAP group collection.

Action Properties:

LDAP Scenario

A domain scenario specifying which LDAP to perform the activity

Group Distinguished Name

The Distinguished Name of the group to add the user

User Distinguished Name

The Distinguished Name of the user object to add to the group

Action Outputs: The action will output one of the following:

Success – The action executed without error

Failure – An error occurred in performing the action

# Create LDAP Group

Create LDAP Group

The Create LDAP Group action create a new LDAP group

Action Properties:

LDAP Scenario

A domain scenario specifying which LDAP to perform the activity

New Object DN

The DN for the new group

Parent Distinguished Name

An optional parent group DN for the new group

cn

The canonical name for the new group

description

A description for the new group

User DN

an optional user DN to include in the new group

Action Outputs: The action will output one of the following:

Success – The action executed without error

Failure – An error occurred in performing the action

# Create LDAP User

The Create LDAP User action will create a new user object in the specified LDAP.

Action Properties:

LDAP Scenario

A domain scenario specifying which LDAP to perform the activity

New Object DN

The DN for the new user object

Parent Distinguished Name

The Distinguished Name for the container for the object

uid

The uid for the user object

cn

The CN for the user object

sn

The sn for the user object

cn

The CN for the user object

Email address

The email address for the user object

Password

The password for the user object

Action Outputs: The action will output one of the following:

Success – The action executed without error

Failure – An error occurred in performing the action

# Get LDAP Entries

The Get LDAP Entries action will query LDAP for entries.

Action Properties:

LDAP Scenario

The name of the LDAP scenario to query

Filter

The LDAP filter to use for the query

Max results

An optional limit to the number of returned results

Properties to get

A comma separated list of properties to return on objects matched with the filter

Result

A target variable to store the XML formatted response containing matches

Action Outputs: The action will output one of the following:

Success – The action executed without error

Failure – An error occurred in performing the action