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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: django-auth-ldap
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper (>= 11),
dh-python,
ldap-utils,
python-all,
python-django,
python-django-doc,
python-mock,
python-mockldap (>= 0.2.7~),
python-pyldap,
python-setuptools,
python3-all,
python3-django,
python3-doc,
python3-mock,
python3-mockldap (>= 0.2.7~),
python3-pyldap,
python3-setuptools,
python3-sphinx,
slapd,
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/django-auth-ldap/
Vcs-Git: https://salsa.debian.org/python-team/modules/django-auth-ldap.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-auth-ldap
Testsuite: autopkgtest-pkg-python
Package: python-django-auth-ldap
Architecture: all
Depends:
python-django,
${misc:Depends},
${python:Depends},
Suggests:
python-django-auth-ldap-doc,
Description: Django LDAP authentication backend (Python2 version)
Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished
name template, but there are many rich configuration options for
working with users, groups, and permissions.
.
This package contains the Python 2 version of the library.
Package: python-django-auth-ldap-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Django LDAP authentication backend (documentation)
Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished
name template, but there are many rich configuration options for
working with users, groups, and permissions.
.
This package contains the documentation.
Package: python3-django-auth-ldap
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Suggests:
python-django-auth-ldap-doc,
Description: Django LDAP authentication backend (Python3 version)
Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished
name template, but there are many rich configuration options for
working with users, groups, and permissions.
.
This package contains the Python 3 version of the library.
|