summaryrefslogtreecommitdiff
path: root/security/pam-ldap
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-07-17 01:24:45 +0000
committerrh <rh@pkgsrc.org>2004-07-17 01:24:45 +0000
commit512edec2f0903aedfb2937900864591878faa7c7 (patch)
treea365ac59ec4bd240a3802b21df08d2abdd7662ca /security/pam-ldap
parentc46b02414bcab31021775778d2b50023fa8e839f (diff)
downloadpkgsrc-512edec2f0903aedfb2937900864591878faa7c7.tar.gz
Fix a typo: use ldap.conf (not pam.conf) as the default LDAP config file.
Pointed out by Dick Davies < rasputnik at hellooperator dot net >.
Diffstat (limited to 'security/pam-ldap')
-rw-r--r--security/pam-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile
index bfea666ed25..3556f6fd9b7 100644
--- a/security/pam-ldap/Makefile
+++ b/security/pam-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/05/09 06:48:40 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/17 01:24:45 rh Exp $
#
DISTNAME= pam_ldap-150
@@ -15,7 +15,7 @@ GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --with-ldap-lib=openldap
CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap}
-CONFIGURE_ARGS+= --with-ldap-conf-file=${BUILDLINK_PREFIX.pam}/etc/pam/pam.conf
+CONFIGURE_ARGS+= --with-ldap-conf-file=${BUILDLINK_PREFIX.pam}/etc/pam/ldap.conf
CONFIGURE_ARGS+= --sysconfdir=${BUILDLINK_PREFIX.pam}/etc/pam
INSTALL_TARGET= install install-data