-
Notifications
You must be signed in to change notification settings - Fork 10
Perl library for performing SASL authentication
gbarr/perl-authen-sasl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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: * Perl, at least version 5.6.0 * Digest::MD5 * Digest::HMAC_MD5 * Test::More (only required to run the test suite) 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.
About
Perl library for performing SASL authentication
Resources
Stars
Watchers
Forks
Packages 0
No packages published