{
    "mode": "perldoc",
    "parameter": "Authen::SASL::Perl::DIGEST_MD5",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Authen%3A%3ASASL%3A%3APerl%3A%3ADIGEST_MD5/json",
    "generated": "2026-06-11T08:43:45Z",
    "synopsis": "use Authen::SASL qw(Perl);\n$sasl = Authen::SASL->new(\nmechanism => 'DIGEST-MD5',\ncallback  => {\nuser => $user,\npass => $pass,\nserv => $serv\n},\n);",
    "sections": {
        "NAME": {
            "content": "Authen::SASL::Perl::DIGESTMD5 - Digest MD5 Authentication class\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Authen::SASL qw(Perl);\n\n$sasl = Authen::SASL->new(\nmechanism => 'DIGEST-MD5',\ncallback  => {\nuser => $user,\npass => $pass,\nserv => $serv\n},\n);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This method implements the client and server parts of the DIGEST-MD5 SASL algorithm, as\ndescribed in RFC 2831.\n\nCALLBACK\nThe callbacks used are:\n\nclient\nauthname\nThe authorization id to use after successful authentication\n\nuser\nThe username to be used in the response\n\npass\nThe password to be used to compute the response.\n\nserv\nThe service name when authenticating to a replicated service\n\nrealm\nThe authentication realm when overriding the server-provided default. If not given the\nserver-provided value is used.\n\nThe callback will be passed the list of realms that the server provided in the initial\nresponse.\n\nserver\nrealm\nThe default realm to provide to the client\n",
            "subsections": [
                {
                    "name": "getsecret",
                    "content": "returns the password associated with \"username\" and \"realm\"\n\nPROPERTIES\nThe properties used are:\n\nmaxbuf\nThe maximum buffer size for receiving cipher text\n\nminssf\nThe minimum SSF value that should be provided by the SASL security layer. The default is 0\n\nmaxssf\nThe maximum SSF value that should be provided by the SASL security layer. The default is\n231\n\nexternalssf\nThe SSF value provided by an underlying external security layer. The default is 0\n\nssf The actual SSF value provided by the SASL security layer after the SASL authentication phase\nhas been completed. This value is read-only and set by the implementation after the SASL\nauthentication phase has been completed.\n\nmaxout\nThe maximum plaintext buffer size for sending data to the peer. This value is set by the\nimplementation after the SASL authentication phase has been completed and a SASL security\nlayer is in effect.\n"
                }
            ]
        },
        "SEE ALSO": {
            "content": "Authen::SASL, Authen::SASL::Perl\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "Graham Barr, Djamel Boudjerda (NEXOR), Paul Connolly, Julian Onions (NEXOR), Yann Kerherve.\n\nPlease report any bugs, or post any suggestions, to the perl-ldap mailing list\n<perl-ldap@perl.org>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (c) 2003-2009 Graham Barr, Djamel Boudjerda, Paul Connolly, Julian Onions, Nexor,\nPeter Marschall and Yann Kerherve. All rights reserved. This program is free software; you can\nredistribute it and/or modify it under the same terms as Perl itself.\n",
            "subsections": []
        }
    },
    "summary": "Authen::SASL::Perl::DIGESTMD5 - Digest MD5 Authentication class",
    "flags": [],
    "examples": [],
    "see_also": []
}