The EXPLODEDN function converts an LDAP distinguished name (DN) to a set without calling an LDAP server.
The EXPLODEDN function has the following format:
EXPLODED(ldapdn[, remove_attribute_names])
The EXPLODEDN function accepts the following parameters:
ldapdn (string)
Specifies an LDAP distinguished name (DN).
remove_attribute_names (Boolean)
(Optional) Specifies the remove_attribute_names flag. If the flag is TRUE, the function removes the attribute names from the LDAP distinguished name (DN).
The EXPLODEDN function returns a string of elements that are separated by the caret character: 'element1^element2'. Each element is a string.
LDAP Only: Yes
Return_value=EXPLODEDN('uid=hawk,o=NDS.com', FALSE)
Return_value='uid=hawk^o=NDS.com'
Return_value=EXPLODEDN('uid=hawk,o=NDS.com', TRUE)
Return_value='hawk^NDS.com'
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |