-
-
04 Sep 2012 16:12:29 UTC
- Distribution: Authen-SASL
- Module version: 2.14
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (12)
- Testers (12698 / 5 / 1)
- Kwalitee
Bus factor: 0- 62.63% Coverage
- License: perl_5
- Perl: v5.5.0
- Activity
24 month- Tools
- Download (44.07KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Digest::HMAC_MD5
- Digest::MD5
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Authen::SASL::Perl::EXTERNAL - External Authentication class
SYNOPSIS
use Authen::SASL qw(Perl); $sasl = Authen::SASL->new( mechanism => 'EXTERNAL', callback => { user => $user }, );
DESCRIPTION
This method implements the client part of the EXTERNAL SASL algorithm, as described in RFC 2222.
CALLBACK
The callbacks used are:
- user
-
The username to be used for authentication
SEE ALSO
Authen::SASL, Authen::SASL::Perl
AUTHORS
Software written by Graham Barr <gbarr@pobox.com>, documentation written by Peter Marschall <peter@adpm.de>.
Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org>
COPYRIGHT
Copyright (c) 1998-2004 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Documentation Copyright (c) 2004 Peter Marschall. All rights reserved. This documentation is distributed, and may be redistributed, under the same terms as Perl itself.
Module Install Instructions
To install Authen::SASL, copy and paste the appropriate command in to your terminal.
cpanm Authen::SASL
perl -MCPAN -e shell install Authen::SASL
For more information on module installation, please visit the detailed CPAN module installation guide.