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

Changelog

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

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * New upstream release.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.6.0.
  * Use uscan version 4.

 -- Michael Fladischer <email address hidden>  Wed, 01 Sep 2021 19:14:51 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-python3-ldap_0.12.0-1.dsc 1.8 KiB b7ddc1317b16b163a9c95236cdb6a1d2790891aaf5abdc15dcf7177cdc7ab3bc
django-python3-ldap_0.12.0.orig.tar.gz 13.7 KiB ed9e875e50ca17a83b49597773baba1a6805fbfb1b49e4bc4c6f27ca0dd948b2
django-python3-ldap_0.12.0-1.debian.tar.xz 2.9 KiB 418323a50954b2e5d7875261943b3cff45ca1218d905593cc94304d05ca913a2

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.