Re: Auth to AD via Net::LDAP

2003-10-14 Thread Norbert Klasen
--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

RE: Auth to AD via Net::LDAP

2003-10-13 Thread Edward Brookhouse
, 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

Re: Auth to AD via Net::LDAP

2003-10-11 Thread Peter Marschall
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

Auth to AD via Net::LDAP

2003-10-10 Thread Edward Brookhouse
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