1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: nss-pam-ldapd
Section: admin
Priority: optional
Maintainer: Arthur de Jong <adejong@debian.org>
Standards-Version: 4.7.0
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.
|