Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-kerberos - A high-level wrapper for Kerberos (GSSAPI) operations
- Description:
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/serverKerberos authentication based on
<http://www.ietf.org/rfc/rfc4559.txt>.
Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.
Packages
python-kerberos-1.1-7.el6.src
[35 KiB] |
Changelog
by Rob Crittenden (2014-06-23):
- Fix calculation of username string length in authenticate_gss_client_wrap
(#1057333)
- Fix version in setup.py so egg information is correct (#973379)
|
python-kerberos-1.1-6.2.el6.src
[34 KiB] |
Changelog
by Rob Crittenden (2011-01-05):
- Rebuilt for RHEL 6
|