freebsd-ports/security/py-kerberos/pkg-descr
Carlo Strub 45c4beaadf 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)
2011-10-02 05:21:18 +00:00

7 lines
362 B
Text

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/