Date: Sun, 17 Mar 2002 19:41:16 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36029: [MAINTAINER UPDATE] Correct ldap.secret path in pam_ldap Message-ID: <200203180041.g2I0fGl60951@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>Number: 36029 >Category: ports >Synopsis: [MAINTAINER UPDATE] Correct ldap.secret path in pam_ldap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 17 16:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.5-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 4 23:37:10 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 >Description: security/pam_ldap expects to find ldap.secret in /etc. It should instead look in ${PREFIX}/etc. This patch corrects the problem. >How-To-Repeat: >Fix: --- Makefile.patch begins here --- --- Makefile.orig Sun Mar 17 19:37:39 2002 +++ Makefile Sun Mar 17 19:37:28 2002 @@ -25,7 +25,8 @@ 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 --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203180041.g2I0fGl60951>