diff options
author | pat <pat@FreeBSD.org> | 2002-03-23 18:09:41 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-23 18:09:41 +0800 |
commit | a4902d9ff295112e2e6f2afea71af0d6ba1c14f0 (patch) | |
tree | cc17fb828d5789c4fe394ee2a403b61b8074e505 /security/pam_ldap | |
parent | 639d5828b178f88ade5f6862b2fcd27c7f9d31dd (diff) | |
download | freebsd-ports-gnome-a4902d9ff295112e2e6f2afea71af0d6ba1c14f0.tar.gz freebsd-ports-gnome-a4902d9ff295112e2e6f2afea71af0d6ba1c14f0.tar.zst freebsd-ports-gnome-a4902d9ff295112e2e6f2afea71af0d6ba1c14f0.zip |
Set where to look for ldap secret file
PR: 36029
Submitted by: maintainer
Diffstat (limited to 'security/pam_ldap')
-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 |