diff options
| author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2023-04-27 23:08:33 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:38 +0700 |
| commit | 72e5a874349af5e2a7f8829820a353c808cd9252 (patch) | |
| tree | 3e137d2cb10522c152310b23a49d4642b3fbeff1 /python/python-gssapi/README | |
| parent | 896ce0639a476158141a5f1f7d72a62e54432259 (diff) | |
python/python-gssapi: Added (Python Bindings for GSSAPI)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-gssapi/README')
| -rw-r--r-- | python/python-gssapi/README | 7 |
1 files changed, 7 insertions, 0 deletions
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. |
