File: control

package info (click to toggle)
django-python3-ldap 0.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: python: 598; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,242 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
Source: django-python3-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-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.4.1
Homepage: https://github.com/etianen/django-python3-ldap
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-python3-ldap
Vcs-Git: https://salsa.debian.org/python-team/modules/django-python3-ldap.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-django-python3-ldap
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Django LDAP user authentication backend (Python3 version)
 django-python3-ldap provides a Django LDAP user authentication backend for
 Python. It uses the pure Python ldap3 library for all LDAP related operations.
 This makes it easier to deploy instead of solutions that depend on the OpenLDAP
 library.
 .
 It provides the following features:
  * Authenticate users with an LDAP server.
  * Sync LDAP users with a local Django database.
  * Supports custom Django user models.
 .
 This package contains the Python 3 version of the library.