Source: nss-pam-ldapd
Section: admin
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Arthur de Jong <adejong@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (=13), libkrb5-dev, libldap2-dev,
               libsasl2-dev, po-debconf (>= 0.5.0), docbook2x, docbook-xml,
               libpam0g-dev, dh-python, python3, python3-daemon, python3-ldap,
               python3-pyasn1, python3-pyasn1-modules
Homepage: https://arthurdejong.org/nss-pam-ldapd/
Vcs-Git: https://salsa.debian.org/debian/nss-pam-ldapd.git
Vcs-Browser: https://salsa.debian.org/debian/nss-pam-ldapd
Rules-Requires-Root: no

Package: nslcd
Architecture: any
Multi-Arch: foreign
Provides: nslcd-2
Pre-Depends: ${misc:Pre-Depends}, debconf (>= 0.5) | debconf-2.0
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser,
         ca-certificates
Recommends: nscd,
            libnss-ldapd | libnss-ldap,
            libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal | libpam-sss,
            nslcd-utils, ldap-utils, bind9-host | host
Suggests: kstart
Replaces: libnss-ldapd (<< 0.7.0), nslcd-2
Breaks: libnss-ldapd (<< 0.9.0), libpam-ldapd (<< 0.9.0)
Conflicts: nslcd-2
Description: 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.

Package: pynslcd
Architecture: all
Multi-Arch: foreign
Provides: nslcd-2
Pre-Depends: ${misc:Pre-Depends}, debconf (>= 0.5) | debconf-2.0
Depends: ${python3:Depends}, ${misc:Depends}, adduser,
         python3-daemon, python3-ldap, python3-setproctitle, python3-pyasn1,
         python3-pyasn1-modules
Recommends: nscd, ca-certificates,
            libnss-ldapd | libnss-ldap,
            libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal | libpam-sss,
            nslcd-utils, ldap-utils, bind9-host | host
Suggests: kstart
Replaces: nslcd-2
Breaks: libnss-ldapd (<< 0.9.0), libpam-ldapd (<< 0.9.0)
Conflicts: nslcd-2, nslcd
Description: 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.

Package: libnss-ldapd
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.9.0) | nslcd-2
Conflicts: libnss-ldap
Provides: libnss-ldap
Description: 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.

Package: libpam-ldapd
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.9.0) | nslcd-2,
         libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2)
Conflicts: libpam-ldap
Provides: libpam-ldap
Description: 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.

Package: nslcd-utils
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, nslcd (>= 0.9.0) | nslcd-2
Description: 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.
