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
24 The callbacks used are:
25
26 user
27 The username to be used for authentication
28
30 Authen::SASL, Authen::SASL::Perl
31
33 Software written by Graham Barr <gbarr@pobox.com>, documentation writ‐
34 ten by Peter Marschall <peter@adpm.de>.
35
36 Please report any bugs, or post any suggestions, to the perl-ldap mail‐
37 ing list <perl-ldap@perl.org>
38
40 Copyright (c) 1998-2004 Graham Barr. All rights reserved. This program
41 is free software; you can redistribute it and/or modify it under the
42 same terms as Perl itself.
43
44 Documentation Copyright (c) 2004 Peter Marschall. All rights reserved.
45 This documentation is distributed, and may be redistributed, under the
46 same terms as Perl itself.
47
48
49
50perl v5.8.8 2006-03-25 Authen::SASL::Perl::EXTERNAL(3)