1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: pykerberos
Section: python
Priority: optional
Maintainer: Calendarserver Maintainers <calendarserver-maintainers@lists.alioth.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>
Build-Depends: cdbs, debhelper (>= 5), libkrb5-dev, python-all-dev, python-support (>= 0.3)
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/calendarserver/pykerberos.git
Vcs-Browser: http://git.debian.org/?p=calendarserver/pykerberos.git
Package: python-kerberos
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Replaces: python2.4-kerberos (<= 0.0.svn55-1)
Conflicts: python2.4-kerberos (<= 0.0.svn55-1)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A GSSAPI interface module for Python
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>.
.
Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.
|