Re: Problem with Net::LDAP
[email protected] Thu, 25 Apr 2013 15:03:28 +0300
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
Hi Vladimir, I tried your solution but it didn't work; the error persists. Dragos Ignatescu > On 24 April 2013 10:48, <[email protected]> wrote: > > Hi, > >> I have a problem with perl-ldap-0.55. >> >> Code: >> #! /usr/bin/perl >> use Net::LDAP; >> my $ldap_server = "172.20.1.100"; > > Will this help? > > my $ldap_server = "ldap://172.20.1.100/"; > > Cheers, > > VL > >