]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/pam_ldap.
authorStefan Schantl <Stevee@ipfire.org>
Fri, 26 Jun 2009 17:36:04 +0000 (19:36 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Fri, 26 Jun 2009 17:36:04 +0000 (19:36 +0200)
lfs/pam_ldap

index ebba2b35d6c73ba1d1477d9380fa2dd15ee1c33b..c948b8b9243d1cd84f8731f3509b7e29699adb2e 100644 (file)
@@ -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