Feedback

  • Contents
 

Add Entry

This LDAP tool adds an entry to the LDAP DS tree. You can only add entries if the user logged in with the Login tool has rights to add an entry. The DS schema may also restrict the types of entries that may be added. See Introduction to LDAP tools for more information on using this tool.

Inputs

Session Id

The handle to the session obtained with the Session tool.

EntryDN

The location within the LDAP DS where this entry is added. For example, you might use: "uid=JDoe, ou=subscribers, ou=People, dc=inin, dc=com". Contact your LDAP administrator for information regarding the entry location syntax for your LDAP directory information tree.

Attributes

A list of string value containing the attribute names to add with this entry. You might create this list using the Parse String tool.

Values

A list of strings (parallel to Attributes list) that contains values corresponding to the attribute names. You might create this list using the Parse String tool.

Note: Each attribute name may have only one value associated with it. If you want to assign more than one value to an attribute, use the Add Entry Ex tool.

Outputs

Error Code

The code associated with a processing error.

Error Message

A string description describing the error that occurred.

Error Native

A string description of an error that occurred in the LDAPLib module that connects this CIC server to your LDAP Server.

Exit Paths

Success

This step takes the Success of the operation completed successfully.

Failure  

This tool takes the Failure exit path if an error occurred. Examine the output error text to determine the problem.