Name : perl-Authen-SASL
| |
Version : 2.16
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp151.34.1
| Date : 2018-12-03 20:37:43
|
Group : Development/Libraries/Perl
| Source RPM : perl-Authen-SASL-2.16-lp151.34.1.src.rpm
|
Size : 0.09 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. It is reccomended to use Authen::SASL::XS
By default the order in which these plugins are selected is Authen::SASL::XS, Authen::SASL::Cyrus and then Authen::SASL::Perl.
If you want to change it 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/devel:/languages:/perl/openSUSE_Leap_15.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Authen::SASL)
perl(Authen::SASL::CRAM_MD5)
perl(Authen::SASL::EXTERNAL)
perl(Authen::SASL::Perl)
perl(Authen::SASL::Perl::ANONYMOUS)
perl(Authen::SASL::Perl::CRAM_MD5)
perl(Authen::SASL::Perl::DIGEST_MD5)
perl(Authen::SASL::Perl::EXTERNAL)
perl(Authen::SASL::Perl::GSSAPI)
perl(Authen::SASL::Perl::LOGIN)
perl(Authen::SASL::Perl::Layer)
perl(Authen::SASL::Perl::PLAIN)
perl-Authen-SASL
Requires :