1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libauthen-sasl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libdigest-hmac-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
Franck Joncourt <franck@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Daniel Lintott <daniel@serverb.co.uk>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Authen-SASL
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libauthen-sasl-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-sasl-perl.git
Package: libauthen-sasl-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Suggests: libdigest-hmac-perl, libgssapi-perl
Description: Authen::SASL - SASL Authentication framework
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::Cyrus
This module uses the Cyrus SASL C-library (both version 1 and 2 are
supported).
|