summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-07-12 20:30:09 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-07-12 20:30:09 +0000
commitb3b84958abd26e338e47f0806644311d3867ccda (patch)
treea536bd01a758fb197411b43b54937959db3acf27
parent274a75cff5d8ab088f53ac03f8cd45c1f5a1b90e (diff)
extend description of packages
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@964 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--debian/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index d13926c..811bd66 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,9 @@ Recommends: nscd, libnss-ldapd, libpam-ldapd
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
@@ -42,3 +45,6 @@ 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.