ldapModify
Perform an LDAP modify operation on the entry specified by DN.
Required Parameters
| |
| server | The name or address of the LDAP server. | |
| authdn | The DN with which to bind to the server. This DN should have permissions to modify attributes. | |
| password | The password used to authenticate to the LDAP server, if any. | |
| dn | The DN of the entry to be modified on the server (ex: cn=SomeEntry,ou=Employees,dc=Server). | |
| attrType# | The attribute type to be modified. | |
| attrValue# | The new attribute value for the attribute specified in attribute type. | |
| attrModOp# | The modification to perform on the attribute specified in attrtype. Accepted values are ADD, DELETE, or REPLACE. The allowed values are: ADD, DELETE, REPLACE. | |
Optional Parameters
| |
| port | The LDAP server port. Try 636 if sslmode is IMPLICIT. | |
| timeout | Timeout, in seconds, for the operation to complete. | |
| sslmode | Whether or not to use SSL to secure the connection. Possible values are NONE, IMPLICIT, and EXPLICIT. The allowed values are: NONE, IMPLICIT, EXPLICIT. | |
Output Attributes
| |
| ldap:success | Indicates whether the attributes were modified successfully or not. | |