File: README

package info (click to toggle)
libauthen-sasl-perl 2.2000-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 332 kB
  • sloc: perl: 2,262; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
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.14.0, with its standard modules:
    * Digest::MD5
    * JSON::PP
    * Test::More (for running tests only)
  * Crypt::URandom
  * Digest::HMAC_MD5
  * GSSAPI (optional; for Kerberos v5 support)

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.