- Contents
Interaction Designer Help
Rename Entry
This LDAP tool changes the Distinguished Name of an LDAP entry without changing its parent entry. See Introduction to LDAP tools for more information on using this tool.
Inputs
Session ID
The unique identifier for the session created with the Session tool.
EntryDN
The distinguished name (DN) of the entry this tool will operate on. For example, you might type: "uid=JDoe, ou=subscribers, ou=People, dc=inin, dc=com"
NewEntryRDN
The new distinguished name of the entry. You so not need to type the entire DN, just the portion you want to change. For example, you might type: "uid=Jsmoe". This would create the DN: "uid=Jsmoe, ou=subscribers, ou=People, dc=inin, dc=com"
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.