From owner-freebsd-questions@FreeBSD.ORG Mon Nov 10 13:18:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12203106567A for ; Mon, 10 Nov 2008 13:18:20 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id D019A8FC1D for ; Mon, 10 Nov 2008 13:18:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 65610AFC1C7; Mon, 10 Nov 2008 04:18:18 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 10 Nov 2008 14:17:53 +0100 User-Agent: KMail/1.9.7 References: <0edc01c9432e$720b9c90$5622d5b0$@com> <1226321621.1220.74.camel@laptop1.herveybayaustralia.com.au> In-Reply-To: <1226321621.1220.74.camel@laptop1.herveybayaustralia.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811101417.54805.fbsd.questions@rachie.is-a-geek.net> Cc: Da Rock Subject: Re: Kerberos keytab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 13:18:20 -0000 On Monday 10 November 2008 13:53:41 Da Rock wrote: > Check the kerberos site for further, more accurate info, and run a > google search for browser kerberos auth with apache. You do need the > right module for apache to achieve this though- mod_auth_kerb. Some only > offer a link between apache and kdc with base64 encryption. Non-related to the OP's problem, but base64 is a transport encoding and not encryption. It is used as 7-bit transport for 8bit (or more) data, like attachments (email) and form uploads (web). -- Mel Problem with today's modular software: they start with the modules and never get to the software part.