>> Have you tried the search with ldapsearch on the commandline first?
>> Always best to do it that way.
>>
>> Gavin.
>>
> Sorry, but I attempted just ldapsearch ( very new to the ldap arena and
> no real knowledge ( to say the least ) ) from a kornshell and cmd, but no
> such exe found ( un
rsday, March 16, 2006 3:34 PM
To: Gavin Henry; beginners@perl.org
Subject: RE: LDAP query giving no results
Sorry, but I attempted just ldapsearch ( very new to the ldap
arena and no real knowledge ( to say the least ) ) from a kornshell and
cmd, but no such exe found ( under windows xp s
Gavin Henry wrote:
>
>> I attempting to pull some data, but get no errors and NO data. I am
>> following Graham Barr's examples with minor mods since it did seem
>> to be just right. Here is what I have leaving out the display of
>> the data:
>>
>> #!perl
>>
>> use strict;
>> use warnings
> I attempting to pull some data, but get no errors and NO data. I am
> following Graham Barr's examples with minor mods since it did seem to be
> just right. Here is what I have leaving out the display of the data:
>
> #!perl
>
> use strict;
> use warnings;
>
> use Net::LDAP;
>
> #INITIALI
I attempting to pull some data, but get no errors and NO data. I am
following Graham Barr's examples with minor mods since it did seem to be just
right. Here is what I have leaving out the display of the data:
#!perl
use strict;
use warnings;
use Net::LDAP;
#INITIALIZING
my $ldap = N