1Authen::SASL::Perl::PLAUIsNe(r3)Contributed Perl DocumenAtuatthieonn::SASL::Perl::PLAIN(3)
2
3
4
6 Authen::SASL::Perl::PLAIN - Plain Login Authentication class
7
9 use Authen::SASL qw(Perl);
10
11 $sasl = Authen::SASL->new(
12 mechanism => 'PLAIN',
13 callback => {
14 user => $user,
15 pass => $pass
16 },
17 );
18
20 This method implements the client part of the PLAIN SASL algorithm, as
21 described in RFC 2595 resp. IETF Draft draft-ietf-sasl-plain-04.txt
22 from February 2004.
23
24 CALLBACK
25
26 The callbacks used are:
27
28 authname
29 The authorization id to use after successful authentication
30
31 user
32 The username to be used for authentication
33
34 pass
35 The user's password to be used for authentication
36
38 Authen::SASL, Authen::SASL::Perl
39
41 Software written by Graham Barr <gbarr@pobox.com>, documentation writ‐
42 ten by Peter Marschall <peter@adpm.de>.
43
44 Please report any bugs, or post any suggestions, to the perl-ldap mail‐
45 ing list <perl-ldap@perl.org>
46
48 Copyright (c) 2002-2004 Graham Barr. All rights reserved. This program
49 is free software; you can redistribute it and/or modify it under the
50 same terms as Perl itself.
51
52 Documentation Copyright (c) 2004 Peter Marschall. All rights reserved.
53 This documentation is distributed, and may be redistributed, under the
54 same terms as Perl itself.
55
56
57
58perl v5.8.8 2006-03-25 Authen::SASL::Perl::PLAIN(3)