From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 21 10:20:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 537841065676 for ; Wed, 21 Jul 2010 10:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1535E8FC1E for ; Wed, 21 Jul 2010 10:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6LAK1Mg047394 for ; Wed, 21 Jul 2010 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6LAK1GL047393; Wed, 21 Jul 2010 10:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 21 Jul 2010 10:20:01 GMT Resent-Message-Id: <201007211020.o6LAK1GL047393@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, Hartmann@FreeBSD.org, "O." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFD38106579A for ; Wed, 21 Jul 2010 10:11:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BE0308FC24 for ; Wed, 21 Jul 2010 10:11:58 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6LABw1h014384 for ; Wed, 21 Jul 2010 10:11:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o6LABwa3014383; Wed, 21 Jul 2010 10:11:58 GMT (envelope-from nobody) Message-Id: <201007211011.o6LABwa3014383@www.freebsd.org> Date: Wed, 21 Jul 2010 10:11:58 GMT From: Hartmann@FreeBSD.org, "O." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/148816: printing/cups-base: pam.d/cups getting wrong module while installation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 10:20:02 -0000 >Number: 148816 >Category: ports >Synopsis: printing/cups-base: pam.d/cups getting wrong module while installation >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 10:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Hartmann, O. >Release: FreeBSD 8.1-STABLE/FreeBSD 9.0-CURRENT >Organization: FU Berlin >Environment: >Description: While printing/cups-base is installed and PAM is enabled, /usr/local/etc/pam.d/cups is fed with the wrong module (pam_unknown.so instead of pam_unix.so) for auth and account. >How-To-Repeat: Install printing/cups-base >Fix: change /usr/local/etc/pam.d/cups towards usage of the right module in FreeBSD. auth required pam_unix.so nodelay account required pam_unix.so Add configure-option --with-pam_module="pam_unix.so" to top-level Makefile of the port Patch attached with submission follows: --- Makefile.orig 2010-07-21 12:01:09.000000000 +0200 +++ Makefile 2010-07-21 12:01:55.000000000 +0200 @@ -37,7 +37,8 @@ --with-icondir=${PREFIX}/share/icons \ --with-menudir=${DESKTOPDIR} \ --with-domainsocket=${CUPS_SOCKET} \ - --enable-ssl + --enable-ssl \ + --with-pam-module="pam_unix.so" OPTIONS?= GNUTLS "Build with GNUTLS library" on \ PHP "Build PHP support" off \ >Release-Note: >Audit-Trail: >Unformatted: