ADPasswordChangeValve
Valve for modifying a users password in AD.
The new password will be formatted as an AD password - a binary UTF-16 LE string (little-endian byte order) enclosed in double quotes (“).
Valve operates on all items in current item set.
Properties
Example Configuration
{
"name": "ADPasswordChangeValve",
"config": {
"connection_ref": "D7260D8D",
"value": "{{item.new_password}}",
"unlock": "true"
}
}
Click to copy
Requirements