ldap_mod_del
Delete attribute values from current attributes
&reftitle.description;
boolldap_mod_del
resourcelink_identifier
stringdn
arrayentry
Removes one or more attributes from the specified dn.
It performs the modification at the attribute level as opposed to the object
level. Object-level deletions are done by the
ldap_delete 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.seealso;
ldap_mod_add
ldap_mod_replace