diff options
author | cs <cs@FreeBSD.org> | 2011-10-02 13:21:18 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2011-10-02 13:21:18 +0800 |
commit | 53c74bc322bd78d97547c53193fb7139871ac4ca (patch) | |
tree | f57e813e5abfbb97e487b39ccda59e017d4d8c6f /security/Makefile | |
parent | 675e9e70c6b8d1d00b4bbb3005d15edcad0f1fa6 (diff) | |
download | freebsd-ports-gnome-53c74bc322bd78d97547c53193fb7139871ac4ca.tar.gz freebsd-ports-gnome-53c74bc322bd78d97547c53193fb7139871ac4ca.tar.zst freebsd-ports-gnome-53c74bc322bd78d97547c53193fb7139871ac4ca.zip |
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>.
PR: ports/156791
Submitted by: Roland van Laar <roland@micite.net>
Approved by: wen@ (co-mentor)
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index abc3dfc4fb99..a9382514bdb1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -692,6 +692,7 @@ SUBDIR += py-fchksum SUBDIR += py-gnupg SUBDIR += py-gnutls + SUBDIR += py-kerberos SUBDIR += py-keyring SUBDIR += py-m2crypto SUBDIR += py-mcrypt |