From owner-freebsd-current@FreeBSD.ORG Thu Jun 10 13:23:56 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0261C1065678 for ; Thu, 10 Jun 2010 13:23:56 +0000 (UTC) (envelope-from gtodd@bellanet.org) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id BFCFF8FC1A for ; Thu, 10 Jun 2010 13:23:55 +0000 (UTC) Received: by iwn7 with SMTP id 7so3842703iwn.13 for ; Thu, 10 Jun 2010 06:23:55 -0700 (PDT) Received: by 10.231.130.142 with SMTP id t14mr81787ibs.155.1276174667976; Thu, 10 Jun 2010 05:57:47 -0700 (PDT) Received: from localhost.localdomain (CPE0080c8f208a5-CM001371173cf8.cpe.net.cable.rogers.com [99.246.61.82]) by mx.google.com with ESMTPS id f1sm8913943ibg.15.2010.06.10.05.57.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Jun 2010 05:57:46 -0700 (PDT) Message-ID: <4C10E0CF.9090508@bellanet.org> Date: Thu, 10 Jun 2010 08:55:43 -0400 From: gtodd@bellanet.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <19467.61790.690469.182207@hergotha.csail.mit.edu> <20100607182919.GB25163@lizzy.catnook.local> In-Reply-To: <20100607182919.GB25163@lizzy.catnook.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Our aging base system heimdal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2010 13:23:56 -0000 On 06/07/2010 02:29 PM, Jos Backus wrote: > On Mon, Jun 07, 2010 at 03:15:27PM +0100, Doug Rabson wrote: >> On 6 June 2010 21:09, Jos Backus wrote: >> >>> Any chance the kadmin protocol will ever be standardized? >>> >> My understanding is that the MIT kadmin protocol is based GSS-API >> authenticated RPC which FreeBSD didn't support until recently. I added >> working RPCSEC_GSS to our userland RPC library in 2008 and it should be >> available in FreeBSD 8.x and later. In theory, if MIT actually document >> their protocol, it should be reasonably straightforward to support it. I >> doubt if I will be able to do the work either for this or for upgrading >> heimdal. > > Thanks, Doug. > > It would be great if the Heimdal and MIT folks would cooperate on this > standardization/documentation effort, but perhaps it's not seen as a priority. I think there was a little bit of compatibility work done for the 1.3.2 release of heimdal. Of course this is not the same as standardization.