diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-23 10:09:41 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-23 10:09:41 +0000 |
commit | 1133aea38b57784ae83609135d92600511d13161 (patch) | |
tree | 151807d09966c310252793c5259de8961b397d93 /security | |
parent | Implement the HotFix described at (diff) |
Set where to look for ldap secret file
PR: 36029
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56471
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 5c1ad2ed2db2..5b5afd097829 100644 --- a/security/pam_ldap/Makefile +++ b/security/pam_ldap/Makefile @@ -25,7 +25,8 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} \ - --with-ldap-conf-file=${PREFIX}/etc/ldap.conf + --with-ldap-conf-file=${PREFIX}/etc/ldap.conf \ + --with-ldap-secret-file=${PREFIX}/etc/ldap.secret CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} USE_GMAKE= yes |