Source: django-python3-ldap Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer , 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.