Graham Barr wrote: > IIRC there are two Authen::SASL::Cyrus implmentations. Someone did thier > own becuase they had little luck with the one on CPAN. > > Does anyone on the list remember this?
There are three different implementations. I produced one in the dim and distant past, which was never upgraded to the new Authen::SASL API. Mark Adamson from CMU produced one, which is the 'official' Authen::SASL:Cyrus on CPAN. I don't know of anyone who's had much luck using this in production without significant patches. Patrick Boettcher produced a fork of Mark Adamson's module which is available from http://www.wi-bw.tfh-wildau.de/~pboettch/home/index.php?site=asc which we're using locally. You may find, depending on the application you're using the module with, that you require additional patches to Patrick's code - in particular it doesn't report the current mechanism in use correctly. However, it works fine with Net::LDAP. Cheers, Simon.