From: Michael Tremer Date: Tue, 22 Mar 2011 21:52:17 +0000 (+0100) Subject: pam: Add pam_ldap as dependency. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159cd7910bda2d7cdb0d8f48c203f012c9dbad1a;p=ipfire-3.x.git pam: Add pam_ldap as dependency. We use this for authentication. --- diff --git a/pkgs/pam/pam.nm b/pkgs/pam/pam.nm index 1287a231e..45f88c73b 100644 --- a/pkgs/pam/pam.nm +++ b/pkgs/pam/pam.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = Linux-PAM PKG_VER = 1.1.0 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUPS = System/Base @@ -35,6 +35,7 @@ PKG_LICENSE = BSD and GPLv2+ and BSD with advertising PKG_SUMMARY = An extensible library which provides authentication for applications. PKG_BUILD_DEPS+= audit-devel bison cracklib-devel flex libselinux-devel +PKG_DEPS-pam += pam_ldap define PKG_DESCRIPTION PAM (Pluggable Authentication Modules) is a system security tool that \