1Authen::SASL::Perl::CRAUMs_eMrD5C(o3n)tributed Perl DocuAmuetnhteant:i:oSnASL::Perl::CRAM_MD5(3)
2
3
4

NAME

6       Authen::SASL::Perl::CRAM_MD5 - CRAM MD5 Authentication class
7

VERSION

9       version 2.1700
10

SYNOPSIS

12         use Authen::SASL qw(Perl);
13
14         $sasl = Authen::SASL->new(
15           mechanism => 'CRAM-MD5',
16           callback  => {
17             user => $user,
18             pass => $pass
19           },
20         );
21

DESCRIPTION

23       This method implements the client part of the CRAM-MD5 SASL algorithm,
24       as described in RFC 2195 resp. in IETF Draft
25       draft-ietf-sasl-crammd5-XX.txt.
26
27   CALLBACK
28       The callbacks used are:
29
30       user
31           The username to be used for authentication
32
33       pass
34           The user's password to be used for authentication
35

SEE ALSO

37       Authen::SASL, Authen::SASL::Perl
38

AUTHORS

40       Software written by Graham Barr <gbarr@pobox.com>, documentation
41       written by Peter Marschall <peter@adpm.de>.
42
43       Please report any bugs, or post any suggestions, to the perl-ldap
44       mailing list <perl-ldap@perl.org>
45
47       Copyright (c) 2002-2004 Graham Barr.  All rights reserved. This program
48       is free software; you can redistribute it and/or modify it under the
49       same terms as Perl itself.
50
51       Documentation Copyright (c) 2004 Peter Marschall.  All rights reserved.
52       This documentation is distributed, and may be redistributed, under the
53       same terms as Perl itself.
54
55
56
57perl v5.38.0                      2023-08-21   Authen::SASL::Perl::CRAM_MD5(3)
Impressum