nss-pam-ldapd 0.9.12-1 source package in Ubuntu

Changelog

nss-pam-ldapd (0.9.12-1) unstable; urgency=medium

  [ Arthur de Jong ]
  * New upstream release:
    - allow explicitly configuring an empty search base (for LDAP servers
      that support that)
    - support LDAP attributes with minus characters in attribute mapping
      expressions
    - add tls_reqsan, tls_crlfile and tls_crlcheck options (thanks
      Sebastien Blavier)
    - support generating ldaps:// URIs from DNS SRV records for port 389 by
      using DNSLDAPS in the uri option
    - prefer the first URI listed in nslcd.conf after reconnecting after
      idle_timelimit
    - fix handling of pam_authc_ppolicy no
    - fix debug logging of ldap timeout values
    - documentation improvements (thanks Filip Dvorak and Benedict Reuschling)
    - add pam_authc_ppolicy support to pynslcd
    - fix Python 3 compatibility in chsh.ldap
    - fix for running pynslcd without the uid option
    - partial support for running tests with slapd 2.5 (thanks Ryan Tandy)
  * Switch to using /run/nslcd (fixes lintian warnings)
  * Update debian/upstream/metadata
  * Drop lintian override
  * Use debhelper-compat instead of debian/compat
  * Update debhelper compatibility level to 13
  * Specify Rules-Requires-Root: no
  * Update debian/watch version
  * Upgrade to standards-version 4.6.0 (no changes needed)
  * Include more output on test suite failure
  * Add lintian override for pam_ldap(8) manual page warning
  * Run tests with netbase installed for /etc/services and /etc/protocols

  [ Sergio Durigan Junior ]
  * Support networkd-dispatcher notifications
    - d/nslcd.if-up: Adjust script to make it compatible with
      networkd-dispatcher
    - d/nslcd.links: Install the proper nslcd script inside the
      /usr/lib/networkd-dispatcher/routable.d/ directory (LP: #1718227)

 -- Arthur de Jong <email address hidden>  Sat, 20 Nov 2021 16:10:03 +0100

Upload details

Uploaded by:
Arthur de Jong
Uploaded to:
Sid
Original maintainer:
Arthur de Jong
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nss-pam-ldapd_0.9.12-1.dsc 2.6 KiB e34b841551c664d61b26b2ab521cda3838d967a6b28f49d8b2e88e51cd4a946e
nss-pam-ldapd_0.9.12.orig.tar.gz 773.4 KiB c6d661e74693cbf531a790631ca93b73f291fb23cc39465b09deb8da2bfb0e14
nss-pam-ldapd_0.9.12.orig.tar.gz.asc 866 bytes 4dc7d27f5e846577b8770b2b48cd6ceda3e2411b7674008e0273b6958d20e503
nss-pam-ldapd_0.9.12-1.debian.tar.xz 109.4 KiB 0f8b072678cdce87df374c74a5a82418230af860427b787d41c40a3e07cd67a5

No changes file available.

Binary packages built by this source

libnss-ldapd: NSS module for using LDAP as a naming service

 This package provides a Name Service Switch module that allows using an LDAP
 server to provide user account, group, host name, alias, netgroup, and
 basically any other information that would normally be retrieved from /etc
 flat files or NIS.

libnss-ldapd-dbgsym: debug symbols for libnss-ldapd
libpam-ldapd: PAM module for using LDAP as an authentication service

 This package provides a Pluggable Authentication Module that provides user
 authentication, authorization and password management based on credentials
 stored in an LDAP server.

libpam-ldapd-dbgsym: debug symbols for libpam-ldapd
nslcd: daemon for NSS and PAM lookups using LDAP

 This package provides a daemon for retrieving user accounts and similar
 system information from LDAP. It is used by the libnss-ldapd and libpam-ldapd
 packages but is not very useful by itself.

nslcd-dbgsym: debug symbols for nslcd
nslcd-utils: utilities for querying LDAP via nslcd

 This package provides tools to query and update information in LDAP via
 nslcd:
  * chsh.ldap - change a user's shell in LDAP;
  * getent.ldap - perform LDAP lookups bypassing nsswitch configuration.

pynslcd: daemon for NSS and PAM lookups via LDAP - Python version

 This package provides a daemon for retrieving user accounts and similar
 system information from LDAP. It is used by the libnss-ldapd and
 libpam-ldapd packages but is not very useful by itself.
 .
 This is an alternative Python implementation of nslcd. Note that it is
 currently EXPERIMENTAL and has not undergone the same testing as nslcd.