ADPasswordFormatValve

Valve for formatting a string property to an AD password.

An AD password is a binary UTF-16 string (little-endian byte order) enclosed in double quotes (“).

Before format, the configured property must be a regular string property, after format the property will be binary.

In order to update an AD user with the new password a write bust be preformed. This is not don by this valve.

Properties

Name Description Default value Mandatory Supports property expansion
name Name of the password property to format, fetched from the first item. unicodePwd   No

Example Configuration

{
        "name": "ADPasswordFormatValve",
        "config": { "name":"<item attribute>" }
}

Requirements