Re: strong bind fails
[email protected] (Graham Barr)
| Newsgroups | perl.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.