From owner-freebsd-ports@FreeBSD.ORG Fri Oct 11 10:54:30 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DE01D74; Fri, 11 Oct 2013 10:54:30 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id DA9C329C6; Fri, 11 Oct 2013 10:54:29 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 148DBB902B; Fri, 11 Oct 2013 12:54:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1381488859; x= 1383303260; bh=phxICXM41mGySdovUpPXAYm9dnJOdONIQqmZzYlYXXU=; b=A kqEH3C7IebERvrFGEBMVXTakC7OaeKXFwnwuyF4rhRmJmS3oG1JGw5UTfxTiXndR uq426PJ6UIhcLgbme6dEd75Bq3qVGPbG7L0+6e1pusTsbisSpRrfJPvO6AiYL1DW yOcpy8GGC5vPqcxYOc84FpLf3gJNTHeqIHQAmqHXFI= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lSj_lWggAu6L; Fri, 11 Oct 2013 12:54:19 +0200 (CEST) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 6BBAEB9002; Fri, 11 Oct 2013 12:54:19 +0200 (CEST) Date: Fri, 11 Oct 2013 12:54:17 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: ports@FreeBSD.org Subject: squid33 rc script and kerberos keytab Message-Id: <20131011125417.c7f472563010c2f29289b95e@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: tmseck@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 10:54:30 -0000 I am in the process of switching to kerberos authentication in squid, and I thought it would be cool if I did not have to add keytab path as an environment variable directly to rc script, but to specify it in rc.conf, similar to squid_pidfile, eg.: squid_keytabfile=3D"/usr/local/etc/squid/SQUID.keytab" Is this possible? --=20 Marko Cupa=C4=87