1Authen::SASL::Perl::EXTUEsReNrALC(o3n)tributed Perl DocuAmuetnhteant:i:oSnASL::Perl::EXTERNAL(3)
2
3
4

NAME

6       Authen::SASL::Perl::EXTERNAL - External Authentication class
7

VERSION

9       version 2.1700
10

SYNOPSIS

12         use Authen::SASL qw(Perl);
13
14         $sasl = Authen::SASL->new(
15           mechanism => 'EXTERNAL',
16           callback  => {
17             user => $user
18           },
19         );
20

DESCRIPTION

22       This method implements the client part of the EXTERNAL SASL algorithm,
23       as described in RFC 2222.
24
25   CALLBACK
26       The callbacks used are:
27
28       user
29           The username to be used for authentication
30

SEE ALSO

32       Authen::SASL, Authen::SASL::Perl
33

AUTHORS

35       Software written by Graham Barr <gbarr@pobox.com>, documentation
36       written by Peter Marschall <peter@adpm.de>.
37
38       Please report any bugs, or post any suggestions, to the perl-ldap
39       mailing list <perl-ldap@perl.org>
40
42       Copyright (c) 1998-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.38.0                      2023-08-21   Authen::SASL::Perl::EXTERNAL(3)
Impressum