Name : perl-Authen-SASL
| |
Version : 2.170.0
| Vendor : obs://build_opensuse_org/home:dgarcia
|
Release : 3.1
| Date : 2024-03-08 22:59:55
|
Group : Unspecified
| Source RPM : perl-Authen-SASL-2.170.0-3.1.src.rpm
|
Size : 0.11 MB
| |
Packager : (none)
| |
Summary : SASL authentication framework
|
Description :
SASL is a generic mechanism for authentication used by several network protocols. *Authen::SASL* provides an implementation framework that all protocols should be able to share.
The framework allows different implementations of the connection class to be plugged in. At the time of writing there were two such plugins.
* Authen::SASL::Perl
This module implements several mechanisms and is implemented entirely in Perl.
* Authen::SASL::XS
This module uses the Cyrus SASL C-library (both version 1 and 2 are supported).
* Authen::SASL::Cyrus
This module is the predecessor to Authen::SASL::XS.
Until version 2.16, Authen::SASL::Cyrus was loaded as an alternative to Authen::SASL::XS.
By default Authen::SASL tries to load Authen::SASL::XS first, followed by Authen::SASL::Perl on failure. If you want to change the order or want to specifically use one implementation only simply do
use Authen::SASL qw(Perl);
or if you have another plugin module that supports the Authen::SASL API
use Authen::SASL qw(My::SASL::Plugin);
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/dgarcia:/staging/Factory/noarch |