File: control

package info (click to toggle)
django-auth-ldap 1.2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 712 kB
  • ctags: 493
  • sloc: python: 1,961; makefile: 89
file content (45 lines) | stat: -rw-r--r-- 1,766 bytes parent folder | download
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
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 (>= 9),
               dh-python,
               python-all,
               python-django (>= 1.7~),
               python-django-doc (>= 1.7~),
               python-doc,
               python-ldap,
               python-mockldap,
               python-setuptools,
               python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/django-auth-ldap/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-auth-ldap.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-auth-ldap.git

Package: python-django-auth-ldap
Architecture: all
Depends: python-django (>= 1.3),
         python-ldap,
         ${misc:Depends},
         ${python:Depends}
Suggests: python-django-auth-ldap-doc
Description: Django LDAP authentication backend
 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.

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.