Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 0f7924e1aad694e52c00cb270c05c51d96e6510a (plain)
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
Source: nss-ldapd
Section: net
Priority: extra
Maintainer: Arthur de Jong <adejong@debian.org>
Standards-Version: 3.8.0
Build-Depends: debhelper (>= 4.1.13), libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (>= 0.5.0), docbook2x, docbook-xml
Homepage: http://ch.tudelft.nl/~arthur/nss-ldapd
Vcs-Svn: http://arthurenhella.demon.nl/svn/nss-ldapd/nss-ldapd/
Vcs-Browser: http://arthurenhella.demon.nl/viewcvs/nss-ldapd/nss-ldapd/

Package: libnss-ldapd
Architecture: any
Depends: ${shlibs:Depends}, debconf | debconf-2.0, adduser
Recommends: nscd, libpam-ldap
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 your LDAP
 server to provide user account, group, host name, alias, netgroup, and
 basically any other information that you would normally get from /etc flat
 files or NIS.
 .
 This is a fork from the original libnss-ldap package and fixes,
 amongst other things, problems related to host name lookups and name
 lookups during booting.