summaryrefslogtreecommitdiffstats
path: root/python/python-kerberos/README
diff options
context:
space:
mode:
author LEVAI Daniel2014-03-31 10:04:28 +0200
committer Willy Sudiarto Raharjo2014-04-07 09:43:43 +0200
commiteea3196f10a7896a7de118fef9e7eb415dd8c66e (patch)
tree498b7244ecccb3bbaf725d55c45486bda7041d6d /python/python-kerberos/README
parent981e45caf82f923de55dc9306de29b73b26cea8d (diff)
downloadslackbuilds-eea3196f10a7896a7de118fef9e7eb415dd8c66e.tar.gz
python/python-kerberos: Added (Python module for Kerberos auth).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-kerberos/README')
-rw-r--r--python/python-kerberos/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-kerberos/README b/python/python-kerberos/README
new file mode 100644
index 0000000000..ea189ed842
--- /dev/null
+++ b/python/python-kerberos/README
@@ -0,0 +1,5 @@
+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>