Re: strong bind fails
Graham Barr <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
On Jan 18, 2009, at 8:37 AM, Dieter Kluenter wrote: > > OK, this is my complete script, > > ,----[ searchList.pl ] > > | $msg = $ldap->bind(sasl => $sasl); > | $msg->code && $msg->error_text; Again, you are not checking the bind call for any failure Graham.