| Authen::SASL::Perl::DIGEST_MD5(3pm) | User Contributed Perl Documentation | Authen::SASL::Perl::DIGEST_MD5(3pm) |
Authen::SASL::Perl::DIGEST_MD5 - Digest MD5 Authentication class
version 2.1700
use Authen::SASL qw(Perl);
$sasl = Authen::SASL->new(
mechanism => 'DIGEST-MD5',
callback => {
user => $user,
pass => $pass,
serv => $serv
},
);
This method implements the client and server parts of the DIGEST-MD5 SASL algorithm, as described in RFC 2831.
The callbacks used are:
client
The callback will be passed the list of realms that the server provided in the initial response.
server
The properties used are:
Authen::SASL, Authen::SASL::Perl
Graham Barr, Djamel Boudjerda (NEXOR), Paul Connolly, Julian Onions (NEXOR), Yann Kerherve.
Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org>
Copyright (c) 2003-2009 Graham Barr, Djamel Boudjerda, Paul Connolly, Julian Onions, Nexor, Peter Marschall and Yann Kerherve. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| 2023-09-24 | perl v5.36.0 |