--On Freitag, 10. Oktober 2003 09:43 -0400 Edward Brookhouse
<[EMAIL PROTECTED]> wrote:
my $result=$ldap->bind("CN=$name",$LDAPSearchBase,password=>$password)
|| return "Can't bind:".$result->error;
shouldn't this be
$ldap->bind("CN=$name,$LDAPSearchBase", password => $password)
i
, 2003 9:34 AM
To: Edward Brookhouse; [EMAIL PROTECTED]
Subject: Re: Auth to AD via Net::LDAP
On Friday 10 October 2003 15:43, Edward Brookhouse wrote:
> I am attempting to use Net::LDAP to authenticate requests to MS Active
> Directory, and at first glance to below code works fine. W
On Friday 10 October 2003 15:43, Edward Brookhouse wrote:
> I am attempting to use Net::LDAP to authenticate requests to MS Active
> Directory, and at first glance to below code works fine. We find however
> that if you specify a valid username in any container with ANY non-blank
> password you get
I am attempting to use Net::LDAP to authenticate requests to MS Active
Directory, and at first glance to below code works fine. We find however
that if you specify a valid username in any container with ANY non-blank
password you get authenticated. A username that does not exist or using
a blank p