From: Graham B. <gb...@po...> - 2000-06-13 20:25:33
|
On Tue, Jun 13, 2000 at 12:43:30PM -0700, Yann Ramin wrote: > Graham Barr wrote: > > > > 83 is an LDAP_ENCODING_ERROR object is the name of the element in the ASN > > packet that is currently being encoded and causing the problem. > > > > The "object" is the dn, which by looking at your code is undef, which is your > > problem. I think you want $entry, but you could just pass $entr as modify will > > accept an ::Entry object for the dn. > > > > > This is the second time I've had this problem in a day and can't seem to > pick it up :) Obviously I'm passing an undef, its right there in front > of me. I promise not to complain it doesn't work until I've undergone > several hours of torment figuring out what is going wrong :) (I only > played with this one for one hour going through every permutation of > modify :)) Hey, don't worry about it. At least you are highlighting where we need to do some work :) But I do suggest you use Net::LDAP::Util a bit more for diagnostics. Graham. |