From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 05:30:21 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 CF12116A4CF for ; Fri, 23 Jul 2004 05:30:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB6D043D39 for ; Fri, 23 Jul 2004 05:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6N5ULW1046560 for ; Fri, 23 Jul 2004 05:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6N5ULwW046557; Fri, 23 Jul 2004 05:30:21 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jul 2004 05:30:21 GMT Resent-Message-Id: <200407230530.i6N5ULwW046557@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, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059D716A519 for ; Fri, 23 Jul 2004 05:27:25 +0000 (GMT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629EC43D45 for ; Fri, 23 Jul 2004 05:27:24 +0000 (GMT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-251-181.netcologne.de [213.196.251.181]) by smtp2.netcologne.de (Postfix) with SMTP id 454844A49 for ; Fri, 23 Jul 2004 07:27:23 +0200 (MEST) Received: (qmail 927 invoked by uid 1001); 23 Jul 2004 05:27:07 -0000 Message-Id: <20040723052707.926.qmail@laurel.tmseck.homedns.org> Date: 23 Jul 2004 05:27:07 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69465: [Maintainer] www/squid: use OpenLDAP 2.1 for authentication X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 05:30:22 -0000 >Number: 69465 >Category: ports >Synopsis: [Maintainer] www/squid: use OpenLDAP 2.1 for authentication >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 23 05:30:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.10-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of July 23rd, 2004. >Description: The squid LDAP helpers do not yet work with OpenLDAP 2.2, see squid bug #1018. Use OpenLDAP 2.1 instead until this issue is resolved. >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== --- Makefile (revision 126) +++ Makefile (working copy) @@ -161,6 +161,7 @@ MAN8+= pam_auth.8 squid_unix_group.8 .if defined(WITH_SQUID_LDAP_AUTH) USE_OPENLDAP= yes +WANT_OPENLDAP_VER= 21 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN8+= squid_ldap_auth.8 squid_ldap_group.8 >Release-Note: >Audit-Trail: >Unformatted: