python3-kerberos

GSSAPI interface module - Python 3.x
  https://pypi.python.org/pypi/pykerberos
  0
  no reviews



This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. The goal is to avoid having to build a module that wraps the entire Kerberos.framework, and instead offer a limited set of functions that do what is needed for client/server Kerberos authentication based on .

Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.

This package contains the Python 3.x module.