From: Stefan Schantl Date: Fri, 26 Jun 2009 17:36:04 +0000 (+0200) Subject: Added additional information to lfs/pam_ldap. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa31857ca9143716da2947d935ab52c24d4e497a;p=ipfire-3.x.git Added additional information to lfs/pam_ldap. --- diff --git a/lfs/pam_ldap b/lfs/pam_ldap index ebba2b35d..c948b8b92 100644 --- a/lfs/pam_ldap +++ b/lfs/pam_ldap @@ -26,19 +26,31 @@ include Config PKG_NAME = pam_ldap PKG_VER = 184 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) +OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) + +MAINTAINER = +GROUP = System/Base CORE = yes EXTRA = no DEBUG = no - BUILD_DEPS = DEPS = openldap -OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +LICENSE = GPL and LGPL +URL = http://www.padl.com/OSS/pam_ldap.html +SHORT_DESC = A pam/ldap module that supports password changes. + +define LONG_DESC + The pam_ldap module provides the means for Solaris and Linux servers \ + and workstations to authenticate against LDAP directories, and to \ + change their passwords in the directory. +endef ############################################################################### # Top-level Rules