8c3f9f8a28
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 included plugin Authen::SASL::Perl implements several of these protocols (DIGEST-MD5, CRAM-MD5, ANONYMOUS, EXTERNAL, LOGIN and PLAIN). Package provided by Quentin Garnier via pkgsrc-wip.
7 lines
316 B
Text
7 lines
316 B
Text
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 included plugin Authen::SASL::Perl implements several of
|
|
these protocols (DIGEST-MD5, CRAM-MD5, ANONYMOUS, EXTERNAL,
|
|
LOGIN and PLAIN).
|