Re: ldap-bind
Graham Barr <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
On Jun 10, 2009, at 1:51 PM, Bryan Irvine wrote:
> I'm using ldaps and when I try to bind to a made up FqDN the scripts
> still seems to be able to function.
>
> Presently I'm binding with:
> $ldaps->bind ("totalBSDN=screwDodge") or die("could not bind");
Net::LDAP methods return Net::LDAP::Message objects, not true/false
see http://search.cpan.org/~gbarr/perl-ldap-0.39/lib/Net/LDAP.pod#METHODS
Graham.