| 1234567891011121314151617181920 |
- Metadata-Version: 1.0
- Name: kerberos
- Version: 1.1.1
- Summary: Kerberos high-level interface
- Home-page: UNKNOWN
- Author: UNKNOWN
- Author-email: UNKNOWN
- License: UNKNOWN
- 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/server
- Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
-
-
- Platform: UNKNOWN
- Classifier: License :: OSI Approved :: Apache Software License
- Classifier: Programming Language :: Python :: 2
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
- Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
|