From: Graham B. <gb...@po...> - 2002-07-17 10:11:52
|
On Wed, Jul 17, 2002 at 10:13:59AM +0100, Simon Wilkinson wrote: > On Wednesday 17 July 2002 01:42, jhe...@of... wrote: > > Anyone have this working? Is it possible with just Authen::SASL::Cyrus? > > Or do I still need an Authen::SASL::GSSAPI module? If so, anyone > > working on an updated one and need a beta tester? :) > > Several people have asked me if I'm going to look at this! I intend to at > some point, but at present we've got something that works (we've just frozen > at a version of Net::LDAP that works with my GSSAPI module). I'm not likely > to get round to looking at any changes until late September at the earliest. I have not tested this, but attached is a module for Authen::SASL 2.0 that should allow you to use Simons GSSAPI module. As Simons Cyrus module is not written for 2.0 you will also need todo use Authen::SASL; @Authen::SASL::Plugins = qw(Authen::SASL::Perl); Of course Simons module has a module called Authen::SASL::Cyrus, so you cannot have his and Marks modules installed together. Graham. |