I cannot pass a control to $net_ldap_entry->update($net_ldap), even though Net::LDAP itself supports the use of controls through its add/modify/delete-type methods. IOW, it would be nice if I could do this:
$entry->update($ldap, control => $control); The simplest approach may just be altering the update() method to pass the remainder of @_ to each function (attached). David
entry-update.patch
Description: entry-update.patch