update ldap entry attributes(alias a, filter b, map c, mode d)
Group |
Update all attributes of an LDAP entry with values of a named map. Returns true for success.
Parameter Descriptions
Parameter |
Description |
a |
LDAP alias. |
b |
Filter condition (the query/search), e.g. dc=lobster,dc=de,cn=user name. |
c |
Name of 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 |