Files
server/usr/lib/python3/dist-packages/pykerberos-1.1.14.egg-info/PKG-INFO
2026-01-07 20:52:11 +01:00

19 lines
777 B
Plaintext

Metadata-Version: 2.1
Name: pykerberos
Version: 1.1.14
Summary: High-level interface to Kerberos
License: ASL 2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
License-File: LICENSE
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>.