Kerberos authentication for IMAP?

Martin v. Löwis martin at v.loewis.de
Sun Jun 8 02:45:42 EDT 2003


Alan Hoyle <alanh at unc.edu> writes:

> Which seems a bit more promising than the how can I set this up to use
> my Kerberos tokens or TGT? 

The tricky part is, perhaps, to fetch the token from the ticket
cache. This would normally require wrappig the Kerberos library as a
Python module, which hasn't been done for Kerberos 4; perhaps you
could adapt

http://starship.python.net/crew/fdrake/manuals/krb5py/
http://pygss.sourceforge.net/

Alternatively, you could try invoking command line utilities, and try
to generate an authenticator from that.

HTH,
Martin





More information about the Python-list mailing list