1Authen::SASL::Perl::ANOUNsYeMrOUCSo(n3t)ributed Perl DocAuumtehnetna:t:iSoAnSL::Perl::ANONYMOUS(3)
2
3
4
6 Authen::SASL::Perl::ANONYMOUS - Anonymous Authentication class
7
9 use Authen::SASL qw(Perl);
10
11 $sasl = Authen::SASL->new(
12 mechanism => 'ANONYMOUS',
13 callback => {
14 authname => $mailaddress
15 },
16 );
17
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-03.txt from February 2004.
22
23 CALLBACK
24
25 The callbacks used are:
26
27 authname
28 email address or UTF-8 encoded string to be used as trace informa‐
29 tion for the server
30
32 Authen::SASL, Authen::SASL::Perl
33
35 Software written by Graham Barr <gbarr@pobox.com>, documentation writ‐
36 ten by Peter Marschall <peter@adpm.de>.
37
38 Please report any bugs, or post any suggestions, to the perl-ldap mail‐
39 ing list <perl-ldap@perl.org>
40
42 Copyright (c) 2002-2004 Graham Barr. All rights reserved. This program
43 is free software; you can redistribute it and/or modify it under the
44 same terms as Perl itself.
45
46 Documentation Copyright (c) 2004 Peter Marschall. All rights reserved.
47 This documentation is distributed, and may be redistributed, under the
48 same terms as Perl itself.
49
50
51
52perl v5.8.8 2006-03-25 Authen::SASL::Perl::ANONYMOUS(3)