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

VERSION

9       version 2.1700
10

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

34       Authen::SASL, Authen::SASL::Perl
35

AUTHORS

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.38.0                      2023-08-21  Authen::SASL::Perl::ANONYMOUS(3)
Impressum