1Authen::SASL::Perl::ANOUNsYeMrOUCSo(n3t)ributed Perl DocAuumtehnetna:t:iSoAnSL::Perl::ANONYMOUS(3)
2
3
4

NAME

6       Authen::SASL::Perl::ANONYMOUS - Anonymous Authentication class
7

SYNOPSIS

9         use Authen::SASL qw(Perl);
10
11         $sasl = Authen::SASL->new(
12           mechanism => 'ANONYMOUS',
13           callback  => {
14             authname => $mailaddress
15           },
16         );
17

DESCRIPTION

19       This method implements the client part of the ANONYMOUS SASL algorithm,
20       as described in RFC 2245 resp. in IETF Draft
21       draft-ietf-sasl-anon-XX.txt.
22
23   CALLBACK
24       The callbacks used are:
25
26       authname
27           email address or UTF-8 encoded string to be used as trace
28           information for the server
29

SEE ALSO

31       Authen::SASL, Authen::SASL::Perl
32

AUTHORS

34       Software written by Graham Barr <gbarr@pobox.com>, documentation
35       written by Peter Marschall <peter@adpm.de>.
36
37       Please report any bugs, or post any suggestions, to the perl-ldap
38       mailing list <perl-ldap@perl.org>
39
41       Copyright (c) 2002-2004 Graham Barr.  All rights reserved. This program
42       is free software; you can redistribute it and/or modify it under the
43       same terms as Perl itself.
44
45       Documentation Copyright (c) 2004 Peter Marschall.  All rights reserved.
46       This documentation is distributed, and may be redistributed, under the
47       same terms as Perl itself.
48
49
50
51perl v5.32.1                      2021-01-26  Authen::SASL::Perl::ANONYMOUS(3)
Impressum