- Contents
Interaction Designer Help
Explode DN
This LDAP tool converts an LDAP distinguished name (DN) into its component parts. For example, the distinguished name "uid=JohnDoe,cn=users,dc=domain,dc=com" would tokenize into a string array of four component elements. Element 0: "uid=JohnDoe" Element 1: "cn=users" Element 2: "dc=domain" Element 3: "dc=com"
This works with any LDAP implementation.
Inputs
Distinguished Name
Enter a properly formatted LDAP distinguished name. For example, "uid=JohnDoe,cn=users,dc=domain,dc=com"
Outputs
Tokens
The output is a list of tokens that each contain a segment of the DN. For example,
Element 0: "uid=JohnDoe"
Element 1: "cn=users"
Element 2: "dc=domain"
Element 3: "dc=com"
Exit Paths
Success
This path is taken if the list of operations is successfully updated.
Failure
This path is take if the operation fails.