LDAP Modify
Valve for modifying entries in LDAP v3 directories
Introduction
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.
Prerequisites
Before using this valve the LdapClient module must be configured and deployed.
Configuration
Valve name: LDAPModify
Common LDAP valve configuration can be found here.
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| List of item properties to add. | N/A | ||
| List of item properties to replace. | N/A | ||
| List of item properties to delete. | N/A |
Last updated