Re: bind() and SASL authentication via GSSAPI

2006-02-23 Thread Achim Grolms
On Thursday 23 February 2006 01:17, Graham Barr wrote: > On Feb 22, 2006, at 2:24 PM, Achim Grolms wrote: > > On Wednesday 22 February 2006 09:22, Peter Marschall wrote: > > 1. I there a canonical way in Authen::SASL to printout debugmessages? > > (I've added sub __debug_message(), but I think the

Re: bind() and SASL authentication via GSSAPI

2006-02-22 Thread Graham Barr
On Feb 22, 2006, at 2:24 PM, Achim Grolms wrote: On Wednesday 22 February 2006 09:22, Peter Marschall wrote: Hi, On Tuesday, 21. February 2006 19:55, Achim Grolms wrote: Is there an easy way to export the actual version of Authen::SASL::Perl you want me to test? svn export https://svn.muta

Re: bind() and SASL authentication via GSSAPI

2006-02-22 Thread Achim Grolms
On Wednesday 22 February 2006 09:22, Peter Marschall wrote: > Hi, > > On Tuesday, 21. February 2006 19:55, Achim Grolms wrote: > > Is there an easy way to export the actual version of Authen::SASL::Perl > > you want me to test? > > svn export https://svn.mutatus.co.uk/repos/Authen-SASL/trunk/ I've

Re: bind() and SASL authentication via GSSAPI

2006-02-22 Thread Peter Marschall
Hi, On Tuesday, 21. February 2006 19:55, Achim Grolms wrote: > Is there an easy way to export the actual version of Authen::SASL::Perl > you want me to test? svn export https://svn.mutatus.co.uk/repos/Authen-SASL/trunk/ Hope it helps Peter -- Peter Marschall eMail: [EMAIL PROTECTED]

Re: bind() and SASL authentication via GSSAPI

2006-02-22 Thread Peter Marschall
On Tuesday, 21. February 2006 19:44, Achim Grolms wrote: > On Tuesday 21 February 2006 19:06, you wrote: > > Does it work ? > I have to do some tests first. > > > I do not use Kerberos personally so I cannot test it. > > > > > I will write to Simon, too. > > > > would you (anyone of you) mind to a

Re: bind() and SASL authentication via GSSAPI

2006-02-21 Thread Achim Grolms
On Tuesday 21 February 2006 16:44, Graham Barr wrote: > >> So only one call is necessary in the Net::LDAP->bind() method. > > Yes, along with Net::LDAP::Bind Ah, this one: | sub bind { | my $ldap = shift; | my $arg = &_dn_options; | | require Net::LDAP::Bind; | my $mesg = $ldap->message(

Re: bind() and SASL authentication via GSSAPI

2006-02-21 Thread Graham Barr
On Tue, February 21, 2006 9:18 am, Achim Grolms wrote: > > My undertanding of SASL ist that SASL only provides the Tokens > and the Transport of tokens is done by the client over > the networks embbedded into the Application Protocal LDAPv3 > >> So only one call is necessary in the Net::LDAP->bin

Re: bind() and SASL authentication via GSSAPI

2006-02-21 Thread Achim Grolms
On Tuesday 21 February 2006 09:56, Peter Marschall wrote: > the SVN repository of Authen::SASL at http://svn.mutatus.co.uk/ already > contains a GSSAPI.pm in > http://svn.mutatus.co.uk/wsvn/Authen-SASL/trunk/lib/Authen/SASL/Perl/ > which was kindly provided by Simon Wilkinson a few weeks ago and w

Re: bind() and SASL authentication via GSSAPI

2006-02-21 Thread Peter Marschall
Hi Achim, On Monday, 20. February 2006 22:49, Achim Grolms wrote: > I am maintaining a module GSSAPI.pm that is a Adapter to > the RFC2477 C-Bindings. > > > My idea was to write an adapter that implements > the Authen::SASL interface, using GSSAPI.pm. > > I thi