RE: LDAP query giving no results

2006-03-17 Thread Gavin Henry
>> 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

RE: LDAP query giving no results

2006-03-16 Thread Timothy Johnson
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

RE: LDAP query giving no results

2006-03-16 Thread Wagner, David --- Senior Programmer Analyst --- WGO
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

Re: LDAP query giving no results

2006-03-16 Thread Gavin Henry
> 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

LDAP query giving no results

2006-03-16 Thread Wagner, David --- Senior Programmer Analyst --- WGO
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