This function updates all attributes of an LDAP entry with values of a map. Returns true on success.
Parameters
Parameter | Description |
|---|---|
a | |
b | Filter condition (the query/search, see example). |
c | Name of the map with attributes. |
d | Mode of operation: 1=add, 2=replace, 3=remove attribute(s). |
Example
Parameter a | Parameter b | Parameter c | Parameter d | Result |
|---|---|---|---|---|
openladap | dc=lobster,dc=de,cn=user name | ldap_attr | 1 | true |