diff options
author | Carlo Strub <cs@FreeBSD.org> | 2011-10-02 05:21:18 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2011-10-02 05:21:18 +0000 |
commit | 45c4beaadf3e10b936b2753b9ee0ffce31bb4da1 (patch) | |
tree | fada7f407dd08505aa64e8200e1384930204f445 /security/py-kerberos/pkg-descr | |
parent | e5825af3a1c8f971b987b1edefbbfd24640ec138 (diff) | |
download | ports-45c4beaadf3e10b936b2753b9ee0ffce31bb4da1.tar.gz ports-45c4beaadf3e10b936b2753b9ee0ffce31bb4da1.zip |
Notes
Diffstat (limited to 'security/py-kerberos/pkg-descr')
-rw-r--r-- | security/py-kerberos/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/py-kerberos/pkg-descr b/security/py-kerberos/pkg-descr new file mode 100644 index 000000000000..30291a330635 --- /dev/null +++ b/security/py-kerberos/pkg-descr @@ -0,0 +1,7 @@ +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>. + +WWW: http://trac.calendarserver.org/ |