ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



Authen::SASL::Perl::GSSAPI(3)        User Contributed Perl Documentation       Authen::SASL::Perl::GSSAPI(3)



NAME
       Authen::SASL::Perl::GSSAPI - GSSAPI (Kerberosv5) Authentication class

SYNOPSIS
         use Authen::SASL qw(Perl);

         $sasl = Authen::SASL->new( mechanism => 'GSSAPI' );

         $sasl->client_start( $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 client_start() method.

       Please note that this module does not currently implement a SASL security layer following
       authentication. Unless the connection is protected 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.

       CALLBACK

       The callbacks used are:

       user
           The username to be used in the response

SEE 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 <perl-ldap@perl.org>

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)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.