ldap_mod_add
Add attribute values to current attributes
&reftitle.description;
boolldap_mod_add
resourcelink_identifier
stringdn
arrayentry
Adds one or more attributes to the specified dn.
It performs the modification at the attribute level as opposed to the
object level. Object-level additions are done by the
ldap_add function.
&reftitle.parameters;
link_identifier
An LDAP link identifier, returned by ldap_connect.
dn
The distinguished name of an LDAP entity.
entry
&reftitle.returnvalues;
&return.success;
&reftitle.notes;
¬e.bin-safe;
&reftitle.seealso;
ldap_mod_del
ldap_mod_replace