NAME
Authen::SASL::Perl::GSSAPI - GSSAPI (Kerberosv5) Authentication class
SYNOPSIS
use Authen::SASL qw(Perl);$sasl = Authen::SASL->new( mechanism => 'GSSAPI' );
$sasl->clientstart( $service, $host );
DESCRIPTION
This method implements the client part of the GSSAPI SASL algorithm. With a valid Kerberos 5 credentials cache (aka TGT) it allows to connect to service@host given as the first two parameters to Authen::SASL's clientstart() method. Please note that this module does not currently implement a SASL security layer following authentication. Unless the connection isprotected by other means, such as TLS, it will be vulnerable to man-in-
the-middle attacks. If security layers are required, then the
Authen::SASL::Cyrus GSSAPI module should be used instead. CCAALLLLBBAACCKK The callbacks used are: user The username to be used in the responseSEE ALSO
Authen::SASL, Authen::SASL::Perl AUTHORS Written by Simon Wilkinson, with patches and extensions by Achim Grolms and Peter Marschall.Please report any bugs, or post any suggestions, to the perl-ldap
mailing list
COPYRIGHT Copyright (c) 2006 Simon Wilkinson, Achim Grolms and Peter Marschall. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.perl v5.8.8 2006-03-25 Authen::SASL::Perl::GSSAPI(3)