Voting

: two minus zero?
(Example: nine)

The Note You're Voting On

ral at royal dot net
23 years ago
At least with OpenLDAP 1.2.x
to remove an attribute regardless of it's value you have to assign:

$attrs["AttributeName"]=array();

after ldap_mod_del($ds,$dn,$attrs)
all occurences of AttributeName will be removed

<< Back to user notes page

To Top