1Authen::SASL::Perl::CRAUMs_eMrD5C(o3n)tributed Perl DocuAmuetnhteant:i:oSnASL::Perl::CRAM_MD5(3)
2
3
4
6 Authen::SASL::Perl::CRAM_MD5 - CRAM MD5 Authentication class
7
9 use Authen::SASL qw(Perl);
10
11 $sasl = Authen::SASL->new(
12 mechanism => 'CRAM-MD5',
13 callback => {
14 user => $user,
15 pass => $pass
16 },
17 );
18
20 This method implements the client part of the CRAM-MD5 SASL algorithm,
21 as described in RFC 2195 resp. in IETF Draft
22 draft-ietf-sasl-crammd5-XX.txt.
23
24 CALLBACK
25 The callbacks used are:
26
27 user
28 The username to be used for authentication
29
30 pass
31 The user's password to be used for authentication
32
34 Authen::SASL, Authen::SASL::Perl
35
37 Software written by Graham Barr <gbarr@pobox.com>, documentation
38 written by Peter Marschall <peter@adpm.de>.
39
40 Please report any bugs, or post any suggestions, to the perl-ldap
41 mailing list <perl-ldap@perl.org>
42
44 Copyright (c) 2002-2004 Graham Barr. All rights reserved. This program
45 is free software; you can redistribute it and/or modify it under the
46 same terms as Perl itself.
47
48 Documentation Copyright (c) 2004 Peter Marschall. All rights reserved.
49 This documentation is distributed, and may be redistributed, under the
50 same terms as Perl itself.
51
52
53
54perl v5.36.0 2022-07-22 Authen::SASL::Perl::CRAM_MD5(3)