LDAP Modify
Valve for modifying entries in LDAP v3 directories
Valve for modifying entries in LDAP v3 directories
Use this valve to modify an LDAP entry based on values in an item.
An LDAP modify request contains one or more modifications that are applied to the target entry. The following modification types are supported
ADD
REPLACE
DELETE
Each modification uses the name and the value of a property on the current item and therefor item property names must match the LDAP entry names (specified in the LDAP schema) and the item id must be the distinguished name (DN) of the entry to modify.
Before using this valve the module must be configured and deployed.
Valve name: LDAPModify
Common LDAP valve configuration can be found here.
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
add
List of item properties to add.
N/A
replace
List of item properties to replace.
N/A
delete
List of item properties to delete.
N/A
ignore_empty_values
Ignore empty values in properties. Note, only valid for 'add' and 'replace' modifications.
false