Date: Tue, 27 Jan 2004 09:35:04 -0800 (PST) From: Joseph Scott <joseph@randomnetworks.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nectar@FreeBSD.org Subject: ports/61996: CONFIGURE CHANGE: net/nss_ldap Message-ID: <200401271735.i0RHZ43I033684@pluto.owp.csus.edu> Resent-Message-ID: <200401271740.i0RHeDLv099724@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .if ${OSVERSION} < 500112 --- newdiff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401271735.i0RHZ43I033684>