1Authen::SASL::Perl::LOGUIsNe(r3)Contributed Perl DocumenAtuatthieonn::SASL::Perl::LOGIN(3)
2
3
4

NAME

6       Authen::SASL::Perl::LOGIN - Login Authentication class
7

SYNOPSIS

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

DESCRIPTION

20       This method implements the client part of the LOGIN SASL algorithm, as
21       described in IETF Draft draft-murchison-sasl-login-00.txt from August
22       2003.
23
24       CALLBACK
25
26       The callbacks used are:
27
28       user
29           The username to be used for authentication
30
31       pass
32           The user's password to be used for authentication
33

SEE ALSO

35       Authen::SASL, Authen::SASL::Perl
36

AUTHORS

38       Software written by Graham Barr <gbarr@pobox.com>, documentation writ‐
39       ten by Peter Marschall <peter@adpm.de>.
40
41       Please report any bugs, or post any suggestions, to the perl-ldap mail‐
42       ing list <perl-ldap@perl.org>
43
45       Copyright (c) 2002-2004 Graham Barr.  All rights reserved. This program
46       is free software; you can redistribute it and/or modify it under the
47       same terms as Perl itself.
48
49       Documentation Copyright (c) 2004 Peter Marschall.  All rights reserved.
50       This documentation is distributed, and may be redistributed, under the
51       same terms as Perl itself.
52
53
54
55perl v5.8.8                       2006-03-25      Authen::SASL::Perl::LOGIN(3)
Impressum