<token-parse-dn> extracts and/or
converts part or all of the DN specified by result
of the enclosed tokens. The DN is parsed according
the format specified by src-dn-format. The
portion of the DN specified by start and
length is then converted to the format
specified by dest-dn-format.
src-dn-delims and dest-dn-delims are used to
specify custom DN formats. The eight (8) characters
that make up the delimiter set are defined as
follows:
-
Typed Name Boolean Flag: '0' means names are NOT
typed, '1' means names are typed
-
Unicode No-Map Character Boolean Flag: '0' means
don't output or interpret unmappable unicode
characters as escaped hex digit strings,
e.g.,\FEFF. The following unicode characters are
not accepted by eDirectory: 0xfeff, 0xfffe,
0xfffd, and 0xffff.
-
Relative RDN Delimiter
-
RDN Delimiter
-
Name Divider
-
Name Value Delimiter
-
Wildcard Character
-
Escape Character
If RDN Delimiter and Relative RDN Delimiter are the
same character, then the orientation of the name is
root right, otherwise the orientation is root left.
If there are more than eight characters in the
delimiter set, then the extra characters will all
be considered to be characters that need to be
escaped but will have no other special meaning.
Example
<token-parse-dn dest-dn-format="dest-dn" length="-1" src-dn-format="src-dn" start="0">
<token-op-attr name="Group Membership"/>
</token-parse-dn>