From: Brian O'N. <on...@oi...> - 2001-01-18 18:59:35
|
On Wed, 17 Jan 2001, Mark Wilcox wrote: > if you delete with a specific value then it will delete that particular > value. If you do a replace and only give a single value, it will replace > all of the values with that value. > This does not appear to be true. The delete() method does not appear to accept a value, only an attribute (or attributes). Attempting to specify one results in an execution error: Can't use string ("directcustomer") as an ARRAY ref while "strict refs" in use at /usr/local/lib/perl5/site_perl/5.005/Net/LDAP/Entry.pm line 179. Using replace() does indeed replace all values, but I want to add/delete specific values. > An add simply adds the value to the existing values. This appears to have zero effect, at least as far as the output from write_cmd() is concerned. -- ====================================================================== Brian O'Neill @ home on...@oi... At work I'm: on...@co... |