The Net::LDAP documentation shows the following approach for error checking. Why are you not using it?
$mesg = $ldap->search( # perform a search base => "c=US", filter => "(&(sn=Barr) (o=Texas Instruments))" ); $mesg->code && die $mesg->error;
In reply to Re: LDAP attribute modifciation failed
by Corion
in thread LDAP attribute modifciation failed
by anakin30
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |