1Authen::SASL::Perl::EXTUEsReNrALC(o3n)tributed Perl DocuAmuetnhteant:i:oSnASL::Perl::EXTERNAL(3)
2
3
4
6 Authen::SASL::Perl::EXTERNAL - External Authentication class
7
9 use Authen::SASL qw(Perl);
10
11 $sasl = Authen::SASL->new(
12 mechanism => 'EXTERNAL',
13 callback => {
14 user => $user
15 },
16 );
17
19 This method implements the client part of the EXTERNAL SASL algorithm,
20 as described in RFC 2222.
21
22 CALLBACK
23 The callbacks used are:
24
25 user
26 The username to be used for authentication
27
29 Authen::SASL, Authen::SASL::Perl
30
32 Software written by Graham Barr <gbarr@pobox.com>, documentation
33 written by Peter Marschall <peter@adpm.de>.
34
35 Please report any bugs, or post any suggestions, to the perl-ldap
36 mailing list <perl-ldap@perl.org>
37
39 Copyright (c) 1998-2004 Graham Barr. All rights reserved. This program
40 is free software; you can redistribute it and/or modify it under the
41 same terms as Perl itself.
42
43 Documentation Copyright (c) 2004 Peter Marschall. All rights reserved.
44 This documentation is distributed, and may be redistributed, under the
45 same terms as Perl itself.
46
47
48
49perl v5.30.1 2020-01-29 Authen::SASL::Perl::EXTERNAL(3)