From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 27 09:42:09 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22E416A4CE for ; Tue, 27 Jan 2004 09:42:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF9A43D77 for ; Tue, 27 Jan 2004 09:41:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0RHeDFR099725 for ; Tue, 27 Jan 2004 09:40:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0RHeDLv099724; Tue, 27 Jan 2004 09:40:13 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 27 Jan 2004 09:40:13 -0800 (PST) Resent-Message-Id: <200401271740.i0RHeDLv099724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Scott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD4F16A4CE; Tue, 27 Jan 2004 09:38:52 -0800 (PST) Received: from owp.csus.edu (pluto.owp.csus.edu [130.86.232.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC0843D2F; Tue, 27 Jan 2004 09:38:33 -0800 (PST) (envelope-from scottj@pluto.owp.csus.edu) Received: from pluto.owp.csus.edu (localhost [127.0.0.1]) by owp.csus.edu (8.12.10/8.12.9) with ESMTP id i0RHZ4bg033685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Jan 2004 09:35:04 -0800 (PST) (envelope-from scottj@pluto.owp.csus.edu) Received: (from scottj@localhost) by pluto.owp.csus.edu (8.12.10/8.12.9/Submit) id i0RHZ43I033684; Tue, 27 Jan 2004 09:35:04 -0800 (PST) (envelope-from scottj) Message-Id: <200401271735.i0RHZ43I033684@pluto.owp.csus.edu> Date: Tue, 27 Jan 2004 09:35:04 -0800 (PST) From: Joseph Scott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: nectar@FreeBSD.org Subject: ports/61996: CONFIGURE CHANGE: net/nss_ldap X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 17:42:09 -0000 >Number: 61996 >Category: ports >Synopsis: CONFIGURE CHANGE: net/nss_ldap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 27 09:40:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 4.9-RC i386 >Organization: >Environment: System: FreeBSD pluto.owp.csus.edu 4.9-RC FreeBSD 4.9-RC #12: Sun Oct 5 14:40:26 PDT 2003 scottj@pluto.owp.csus.edu:/usr/obj/usr/src/sys/PLUTO i386 >Description: CONFIGURE CHANGE: net/nss_ldap Enable the following features (via config args): rfc2307bis schema-mapping paged-results The first two are needed if you want to use nss_ldap against Microsoft Active Directoy + SFU. The third deals with large result sets. I also removed an empty line in the Makefile that portlint had a cow about. Please note that I've CC'd the maintainer, nectar@, on this PR. >How-To-Repeat: >Fix: --- newdiff begins here --- diff -ruN nss_ldap.orig/Makefile nss_ldap/Makefile --- nss_ldap.orig/Makefile Tue Jan 27 09:19:07 2004 +++ nss_ldap/Makefile Tue Jan 27 09:20:18 2004 @@ -27,7 +27,10 @@ LDFLAGS="-L${LOCALBASE}/lib -Wl,-rpath,${LOCALBASE}/lib" CONFIGURE_ARGS= --with-ldap-conf-file=${PREFIX}/etc/nss_ldap.conf \ - --with-ldap-secret-file=${PREFIX}/etc/nss_ldap.secret + --with-ldap-secret-file=${PREFIX}/etc/nss_ldap.secret \ + --enable-rfc2307bis \ + --enable-schema-mapping \ + --enable-paged-results post-extract: ${CP} ${FILESDIR}/bsdnss.c ${WRKSRC} @@ -39,7 +42,6 @@ ${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${PREFIX}/lib/nss_ldap.so.1 ${INSTALL_DATA} ${WRKSRC}/ldap.conf ${PREFIX}/etc/nss_ldap.conf.sample ${CAT} ${PKGMESSAGE} - .include .if ${OSVERSION} < 500112 --- newdiff ends here --- >Release-Note: >Audit-Trail: >Unformatted: