I think that another way to state what Graham is saying is
that you now need to connect via SASL/GSSAPI
with the following snippet.
my $ldap = new Net::LDAP($hosturl);
$ldap || die "Can't connect to LDAP server $hosturl";
my $sasl = new Authen::SASL(mechanism => 'GSSAPI', callback => { });
$sasl
, and use Perl SASL all is well
and the problem does not persist.
I appreciate your help in resolving this problem.
Dale Moore
-Original Message-
From: Graham Barr [mailto:gb...@pobox.com]
Sent: Tuesday, May 19, 2009 4:27 PM
To: dale.mo...@cs.cmu.edu
Cc: perl-ldap@perl.org
Subject: Re: P
I am having a problem with LDAP.pm and wondering
if any other folks are experiencing similar problems.
The problems are the result of code that was modified
in this patch
http://git.goingon.net/?p=perl-ldap.git;a=commitdiff;h=8c6c9cfcb78adf229437507f2e8ffe86d15e712d
There are some style issues t
I am having problems with Net::LDAP and the
patch by Dominic Hargreaves referenced at
http://git.goingon.net/?p=perl-ldap.git;a=commitdiff;h=af630673855d88c9a88e1f86ee0d068337562e91
for supporting Round-Robin based LDAP servers.
This is the code that is in the Net::LDAP Version 0.39.
I am looking f
in dealing with hosts with round-robin ip addresses.
Dale Moore
-Original Message-
From: Dale Moore [mailto:dale.mo...@cs.cmu.edu]
Sent: Monday, April 13, 2009 11:36 AM
To: 'perl-ldap@perl.org'
Subject: Perl Sasl GSSAPI and
I am having problems with Net::LDAP and the
patch
perl-ldap-0.3202
and the implementation of sasl in the above, the ldap
module assumes an earlier version of sasl. Is this correct?
I'm just looking for confirmation (or rejection) of my observation,
Dale Moore (not on the perl-ldap mailing list yet)