RE: ldap 0.4001 not working with sasl 2.15 (GSSAPI)

2010-10-06 Thread Dale Moore
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

RE: Perl syswrite and IO/SSL

2009-05-21 Thread Dale Moore
, 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

Perl syswrite and IO/SSL

2009-05-19 Thread Dale Moore
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

Perl Sasl GSSAPI and

2009-04-14 Thread Dale Moore
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

RE: Perl Sasl GSSAPI and

2009-04-13 Thread Dale Moore
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

Sasl V2 and Net::LDAP

2004-12-22 Thread Dale Moore
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)