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-XX.txt
22
23 CALLBACK
24 The callbacks used are:
25
26 authname
27 The authorization id to use after successful authentication
28
29 user
30 The username to be used for authentication
31
32 pass
33 The user's password to be used for authentication
34
36 Authen::SASL, Authen::SASL::Perl
37
39 Software written by Graham Barr <gbarr@pobox.com>, documentation
40 written by Peter Marschall <peter@adpm.de>.
41
42 Please report any bugs, or post any suggestions, to the perl-ldap
43 mailing list <perl-ldap@perl.org>
44
46 Copyright (c) 2002-2004 Graham Barr. All rights reserved. This program
47 is free software; you can redistribute it and/or modify it under the
48 same terms as Perl itself.
49
50 Documentation Copyright (c) 2004 Peter Marschall. All rights reserved.
51 This documentation is distributed, and may be redistributed, under the
52 same terms as Perl itself.
53
54
55
56perl v5.10.1 2009-09-24 Authen::SASL::Perl::PLAIN(3)