6e3ac49171
PR: 230385 Submitted by: John W. O'Brien <john@saltant.com> Approved by: dvl (maintainer)
7 lines
370 B
Text
7 lines
370 B
Text
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
|
|
<http://www.ietf.org/rfc/rfc4559.txt>.
|
|
|
|
WWW: https://github.com/apple/ccs-pykerberos
|