ydomain", password=>"password") or die 'Could not bind';
$ldap->bind("mydomain\id", password=>"password") or die 'Could not bind';
none is working.
Thanks a lot,
Andrew
> From: john.shea...@priceline.com
> To: m.
"DC=bb"
From: Andrew Meng [mailto:m...@hotmail.com]
Sent: Monday, February 08, 2010 12:29 PM
To: Sheahan, John; perl-ldap@perl.org
Subject: RE: ldap search problem.
John,
It turns out to be a "user not found" error(error code 525). In ldp.exe, I
need to specify the Windows
On Feb 5, 2010, at 1:02 PM, Andrew Meng wrote:
>
> Hello,
>
>
>
> LDAP search failed to return any result but I can get the result back using
> the same base and filter in ldp.exe. Here is the code:
>
>
>
> !/usr/bin/perl
>
>
> use Net::LDAP;
>
>
>
> $ldap = Net::LDAP->new("server",
I keep getting your email traffic, can you delete me??
thanks,
- Original Message -
From: "Clément OUDOT"
To: "Andrew Meng"
Cc: perl-ldap@perl.org
Sent: Sunday, February 7, 2010 9:57:18 AM GMT -05:00 US/Canada Eastern
Subject: Re: ldap search p
>
> Hello,
>
>
>
> LDAP search failed to return any result but I can get the result back
> using the same base and filter in ldp.exe. Here is the code:
>
>
>
> !/usr/bin/perl
>
>
> use Net::LDAP;
>
>
>
> $ldap = Net::LDAP->new("server", port =>389) or die 'Could not contact
> LDAP server';
>
> $lda
Hello,
LDAP search failed to return any result but I can get the result back using the
same base and filter in ldp.exe. Here is the code:
!/usr/bin/perl
use Net::LDAP;
$ldap = Net::LDAP->new("server", port =>389) or die 'Could not contact LDAP
server';
$ldap->bind("cn=id,DC=aa,DC=