gbarr / perl-authen-sasl

Perl library for performing SASL authentication
http://search.cpan.org/dist/Authen-SASL/
6 stars 10 forks source link

Authen::SASL - 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.

PREREQUISITES

The following modules must already be installed before attempting to build Authen::SASL:

INSTALLING

Once the prerequisites are met the module is built and installed in the standard manner:

perl Makefile.PL make make test make install

Depending on how perl is set up, the last step above may require elevated privileges.