1Authen::SASL::Perl::DIGUEsSeTr_MCDo5n(t3r)ibuted Perl DoAcuutmheennt:a:tSiAoSnL::Perl::DIGEST_MD5(3)
2
3
4
6 Authen::SASL::Perl::DIGEST_MD5 - Digest MD5 Authentication class
7
9 use Authen::SASL qw(Perl);
10
11 $sasl = Authen::SASL->new(
12 mechanism => 'DIGEST-MD5',
13 callback => {
14 user => $user,
15 pass => $pass,
16 serv => $serv
17 },
18 );
19
21 This method implements the client part of the DIGEST-MD5 SASL algo‐
22 rithm, as described in RFC-2831.
23
24 This module only implements the auth operation which offers authentica‐
25 tion but neither integrity protection not encryption.
26
27 CALLBACK
28
29 The callbacks used are:
30
31 authname
32 The authorization id to use after successful authentication
33
34 user
35 The username to be used in the response
36
37 pass
38 The password to be used in the response
39
40 serv
41 The service name when authenticating to a replicated service
42
43 realm
44 The authentication realm when overriding the server-provided
45 default. If not given the server-provided value is used.
46
47 The callback will be passed the list of realms that the server pro‐
48 vided in the initial response.
49
51 Authen::SASL, Authen::SASL::Perl
52
54 Graham Barr, Djamel Boudjerda (NEXOR), Paul Connolly, Julian Onions
55 (NEXOR)
56
57 Please report any bugs, or post any suggestions, to the perl-ldap mail‐
58 ing list <perl-ldap@perl.org>
59
61 Copyright (c) 2003-2005 Graham Barr, Djamel Boudjerda, Paul Connolly,
62 Julian Onions, Nexor and Peter Marschall. All rights reserved. This
63 program is free software; you can redistribute it and/or modify it
64 under the same terms as Perl itself.
65
66
67
68perl v5.8.8 2006-03-25 Authen::SASL::Perl::DIGEST_MD5(3)