ldap_modify
Modify an LDAP entry by adding, replacing, or deleting attribute values. Blocked when the connection is in read-only mode.
Instructions
Add, replace, or delete a single attribute's values on an existing LDAP entry. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dn | Yes | DN of the entry to modify | |
| values | No | New values for the attribute. Omit/empty for 'delete' to remove the whole attribute | |
| attribute | Yes | ||
| operation | Yes | ||
| connectionId | No | Id of the ldap connection to use, from databases.config.yml. Optional when only one ldap connection is configured. |