From 72e5a874349af5e2a7f8829820a353c808cd9252 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Thu, 27 Apr 2023 23:08:33 +0100 Subject: python/python-gssapi: Added (Python Bindings for GSSAPI) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python-gssapi/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python-gssapi/README (limited to 'python/python-gssapi/README') diff --git a/python/python-gssapi/README b/python/python-gssapi/README new file mode 100644 index 0000000000..bb84513d36 --- /dev/null +++ b/python/python-gssapi/README @@ -0,0 +1,7 @@ +Python-GSSAPI is a Python binding to the Generic Security Service +Application Program Interface (GSSAPI). The GSSAPI provides a uniform +interface to security services which applications can use without +having to worry about implementation details of the underlying +mechanisms. The most commonly used mechanism is Kerberos v5, and this +package provides an easy way to use Kerberos authentication and +security from Python code. -- cgit v1.2.3