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-XX.txt.
22
23   CALLBACK
24       The callbacks used are:
25
26       user
27           The username to be used for authentication
28
29       pass
30           The user's password to be used for authentication
31

SEE ALSO

33       Authen::SASL, Authen::SASL::Perl
34

AUTHORS

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