Previous Topic: Multiple attribute ValuesNext Topic: Automatically Exempt Users From Policy


Modify LDAP Values with Conversion Expressions

A key feature of command line import operations from LDAP is the ability to modify user attribute values in the LDAP directory before writing them to an attribute of a CA DataMinder user account. Conversion expressions can parse, extract and (if necessary) remove or substitute any characters in the attribute value.

To modify imported LDAP values, you configure the /al or /ml parameter to use a conversion expression. For example, if importing e-mail addresses from the proxyAddresses LDAP attribute, e-mails addresses are typically prefixed with a format identifier (such as 'smtp:' or 'x500'). Account Import uses default conversion expressions to strip out these identifiers so that only the address is imported into CA DataMinder:

["smtp:{%untilEnd%}"]
["x400:{%untilEnd%}"]
["x500:{%untilEnd%}"]

For full details about conversion expressions, please refer to the Platform Deployment Guide; search for 'Account Import'.

More information:

Account Import