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

Changelog

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

  * Source only upload for migration to testing (closes: #1072355)

 -- Arthur de Jong <email address hidden>  Sat, 01 Jun 2024 18:46:35 +0200

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
Oracular release universe admin

Downloads

File Size SHA-256 Checksum
nss-pam-ldapd_0.9.12-7.dsc 2.6 KiB bb2dc0e98fa99d24c0513c5dd3faa4666db47a5057d12d89b1e23b6b7225106c
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-7.debian.tar.xz 110.4 KiB 4e99d02df34d555ba2e24430b8d806c0d83e8988f96b4bfe792d654e4cced0ca

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.