LDAPAddValve
Valve for adding entries to an LDAP Directory.
Valve operates on the Current Item Set and will process all Items surviving the common item filtering rules.
Attributes to add is specified using the ‘attributes’ configuration property.
Properties
Example Configuration
{
"name": "LDAPAddValve",
"config": {
"connection_ref":"b0f2ddff-9585-47c5-9286-2bee2b731197",
"attributes":"description,mobile",
"include_empty_attrs":"true"
}
}
Requirements
Item set must have at least one entry.