RE: ldap search problem.

2010-02-10 Thread Andrew Meng
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.

RE: ldap search problem.

2010-02-08 Thread Sheahan, John
"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

Re: ldap search problem.

2010-02-08 Thread Graham Barr
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",

Re: ldap search problem.

2010-02-07 Thread aconverse
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

Re: ldap search problem.

2010-02-07 Thread Clément OUDOT
> > 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

ldap search problem.

2010-02-06 Thread Andrew Meng
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=