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.
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.
Name | Description | Default value | Mandatory | Supports property expansion |
connection_ref | Id of LDAP connection to use. Must refer to a connection of type LDAP. | Yes | No | |
item_id_pattern | Regex pattern for item id's to perform operations on. Items with id's that doesnt match the regex will be filtered out. | '.*' (include all items ) | No | No |
attributes | Attributes to add. | Yes | Yes | |
include_empty_attrs | Flag controlling if empty attributes should be included. | false | No | No |