diff options
author | adam <adam> | 2010-10-28 08:06:19 +0000 |
---|---|---|
committer | adam <adam> | 2010-10-28 08:06:19 +0000 |
commit | ef3d15e5ff607eeb7daf5877f55f5037aaaa4b15 (patch) | |
tree | 5627db84f4dfa8f44263a672caa0489a7d98ec42 /security/pam-ldap/Makefile | |
parent | b418e6a3abb569ea9260fe8d92286f9a56638676 (diff) | |
download | pkgsrc-ef3d15e5ff607eeb7daf5877f55f5037aaaa4b15.tar.gz |
Changes 185:
* fix: LDAP write on userPassword fails when chasing referral and cached
policy error is POLICY_ERROR_PASSWORD_EXPIRED
* fix: only request attributes that are actually used
* fix: canonicalize PAM_USER name
Diffstat (limited to 'security/pam-ldap/Makefile')
-rw-r--r-- | security/pam-ldap/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index 1c143030fc3..7d997662c6c 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2010/01/17 12:02:43 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/10/28 08:06:19 adam Exp $ -DISTNAME= pam_ldap-184 +DISTNAME= pam_ldap-185 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.padl.com/pub/ \ http://www.padl.com/download/ @@ -10,6 +9,7 @@ MASTER_SITES= ftp://ftp.padl.com/pub/ \ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.padl.com/pam_ldap.html COMMENT= Pluggable authentication module for LDAP directories +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -20,15 +20,13 @@ CONFIGURE_ARGS+= --with-ldap-lib=openldap CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client} CONFIGURE_ARGS+= --with-ldap-conf-file=${PKG_SYSCONFDIR}/pam_ldap.conf CONFIGURE_ARGS+= --with-ldap-secret-file=${PKG_SYSCONFDIR}/pam_ldap.secret -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} - -MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} # Fix (workaround?) a bug with openpam/NetBSD # The bug is described in PR security/39313. # .include "../../mk/bsd.prefs.mk" -# + .if ${OPSYS} == "NetBSD" CFLAGS+= -DNO_STATIC_MODULES .endif |