From: Mark W. <mew...@un...> - 2000-08-17 14:11:09
|
65 is objectclass violation. it means that you either dont' have all of the required attributes or you have an attribute is not allowed in your entry's objectclass. your server error log will generally tell you exactly what's wrong with the entry. mark On Thu, 17 Aug 2000 ms...@ma... wrote: > hi folks, > > consider the following code fragment: > > my($result) = $ldap->add(dn=>...,attr=>...); > print $result->code, $result->error; > > ok, the code got displayed, (some number, 65 for me this time, but nothing from error). i assume anything other than 0 should be some sort of problem. but how do i lookup what these numbers mean (for error handling)? specifically, pls show me how to use Constant package, if that is the way to go. thanx a lot. > > manuel. > > > _____________________________________________________________ > Global Virtual Desktop > Get your free Desktop at http://www.magicaldesk.com > > > |