Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-08-31 17:11:53 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-08-31 17:11:53 +0200
commit1a1a3a2a955a0dc188d2b352e6b9135b2dab4275 (patch)
tree03c0133532ebcfb13f2d3278c427eb464461d961 /debian/control
parent19bf24fc48c1a207b97af3d290895aa059388cb7 (diff)
split into binary packages libnss-ldapd, libpam-ldapd and nslcd packages, using a patch for libpam-ldap by Steve Langasek <vorlon@debian.org> for the libpam-ldapd package
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@975 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 28 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 147d435..29766a1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,27 @@ Priority: extra
Maintainer: Arthur de Jong <adejong@debian.org>
Uploaders: Richard A Nelson (Rick) <cowboy@debian.org>
Standards-Version: 3.8.2
-Build-Depends: debhelper (>= 7), libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (>= 0.5.0), docbook2x, docbook-xml
+Build-Depends: debhelper (>= 7), libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (>= 0.5.0), docbook2x, docbook-xml, libpam0g-dev
Homepage: http://arthurdejong.org/nss-ldapd/
Vcs-Svn: http://arthurdejong.org/svn/nss-ldapd/nss-ldapd/
Vcs-Browser: http://arthurdejong.org/viewvc/nss-ldapd/nss-ldapd/
-Package: libnss-ldapd
+Package: nslcd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
-Recommends: nscd, libpam-ldap
+Recommends: nscd, libnss-ldapd, libpam-ldapd
+Conflicts: libnss-ldapd (< 0.7.0)
+Description: Daemon for NSS and PAM lookups using LDAP
+ This package provides a daemon for retrieving user account, and other
+ system information from LDAP.
+ .
+ It is used by the libnss-ldapd and libpam-ldapd packages but by itself is
+ not very useful.
+
+Package: libnss-ldapd
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd
+Recommends: libpam-ldapd | libpam-ldap
Conflicts: libnss-ldap
Provides: libnss-ldap
Description: NSS module for using LDAP as a naming service
@@ -24,3 +36,16 @@ Description: NSS module for using LDAP as a naming service
This is a fork from libnss-ldap implementing structural design changes
to fix, amongst other things, problems related to host name lookups and
name lookups during booting.
+
+Package: libpam-ldapd
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd, libpam-runtime (>= 1.0.1-6)
+Recommends: libnss-ldapd | libnss-ldap
+Conflicts: libpam-ldap
+Provides: libpam-ldap
+Description: PAM module for using LDAP as an authentication service
+ This package provides a Pluggable Authentication Module that allows
+ user authentication based on credentials stored in an LDAP server.
+ .
+ This module is still under development but strives to be able to replace
+ the libpam-ldap package in most cases.