Feedback

  • Contents
 

Move Entry

This LDAP tool moves a LDAP Directory Services entry to another location within the DS tree. You specify the name of the entry to move, the entries new Relative Distinguished Name (RDN) to where it will be located after the move, and the entries Parent Distinguished Name (DN). 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 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.

NewEntryRDN

The relative distinguished name of the entry to be created. This, combined with NewParentRDN, specifies the new location. If the DN is:


"uid=JDoe, ou=subscribers, ou=People, dc=inin, dc=com", then the RDN of the original entry would be "uid=Jdoe". To specify the new RDN of Jsmith, you would use:
"uid-Jsmith" in this parameter.

NewParentDN

The parent entry of the new location. This, combined with NewEntryRDN, specifies the new location. For example, you might move the JSmith entry to the "ou=GoldCustomers" by specifying the following string in this parameter:

"ou=GoldCustomers, ou=People, dc=inin, dc=com"

When this tool executes, it results in the new entry:
"uid=Jsmith, ou=GoldCustomers, 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.