token-unmatched-src-dn

Expands to the portion of the source DN in the current operation that corresponds to the part of the DN that was not matched by the most recent match of an <if-src-dn> in the conditions for this rule (taking into account short circuit evaluation). If there were no matches, then the entire DN is used. The format of the DN is converted to the format of the destination data store if the convert attribute is set to true.

Example

<token-unmatched-src-dn/>

Allowed Content

EMPTY

Attributes

Attribute

Possible Values

Default Value

convert

true | false

Convert to the DN format of the destination data store.

false

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Declaration

Empty

Parent Elements

Element

Description

arg-association

Association argument.

arg-component

Component argument.

arg-dn

DN argument.

arg-node-set

Node set argument.

arg-password

Password argument.

arg-string

String argument.

arg-value

Value argument.

token-base64-decode

Decode base64 data into a string.

token-base64-encode

Encode a string into base64 data.

token-convert-time

Convert a data/time from one format to another format.

token-escape-for-dest-dn

Convert a string for use in the destination DN.

token-escape-for-src-dn

Convert a string for use in a source DN.

token-join

Join a node set into a string.

token-lower-case

Convert a string to lowercase.

token-map

Map a string through a mapping table.

token-parse-dn

Parses or converts a DN.

token-replace-all

Replaces all instances of a substring with a string.

token-replace-first

Replaces a single instance of a substring within a string.

token-split

Splits a string into a node set.

token-substring

Substring of a string.

token-upper-case

Converts a string to uppercase.

token-xml-parse

Parses XML.

token-xml-serialize

Serializes XML.