Re: Problem with Net::LDAP
Vladimir Levijev <[email protected]> Thu, 25 Apr 2013 14:36:37 +0300
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <CAAn0BQZoBLNfV-Ywg1CSD+DOFqNpm1CgoC=ONX9AJXjSvwJYxg@mail.gmail.com> |
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