django-python3-ldap 0.11.3-1 source package in Ubuntu

Changelog

django-python3-ldap (0.11.3-1) unstable; urgency=low

  * New upstream release.
  * Set Rules-Requires-Root: no.
  * Bump Standards-Version to 4.4.1.
  * Bump debhelper version to 12.

 -- Michael Fladischer <email address hidden>  Wed, 11 Dec 2019 09:33:06 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-python3-ldap_0.11.3-1.dsc 1.8 KiB 0de3c4beadc71fb6de23e3f2058dbea8ec263c0513f8684b1b30ed3919d0f184
django-python3-ldap_0.11.3.orig.tar.gz 13.0 KiB b1e52329bb560e1afdaf67665e767a1dc87d3d15e74088eed4b7726c1a01b994
django-python3-ldap_0.11.3-1.debian.tar.xz 2.7 KiB 4fed95cdb929af34a6a39e2ddf47a180f30aac23afde6dfa02bb340de62dacd0

Available diffs

No changes file available.

Binary packages built by this source

python3-django-python3-ldap: 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.