From owner-svn-src-all@FreeBSD.ORG Mon Nov 3 14:43:18 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C52EC106564A; Mon, 3 Nov 2008 14:43:18 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2002:50b1:e8f2:1::143]) by mx1.freebsd.org (Postfix) with ESMTP id 7C1418FC0C; Mon, 3 Nov 2008 14:43:18 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc] (unknown [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id 225A73F8F; Mon, 3 Nov 2008 14:42:34 +0000 (GMT) Message-Id: <3272BA7B-7D58-4448-A402-DC25D3C3655C@rabson.org> From: Doug Rabson To: Simon L. Nielsen In-Reply-To: <20081103134838.GB1207@arthur.nitro.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Mon, 3 Nov 2008 14:43:16 +0000 References: <200811031038.mA3Ac0UR064387@svn.freebsd.org> <20081103134838.GB1207@arthur.nitro.dk> X-Mailer: Apple Mail (2.929.2) Cc: svn-src-head@freebsd.org, Doug Rabson , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r184588 - in head: etc/gss etc/rc.d include/rpc lib/libc/sys lib/libc/xdr lib/librpcsec_gss sbin/mount_nfs sys/compat/freebsd32 sys/conf sys/fs/unionfs sys/kern sys/kgssapi sys/kgssapi/... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 14:43:18 -0000 On 3 Nov 2008, at 13:48, Simon L. Nielsen wrote: > On 2008.11.03 10:38:00 +0000, Doug Rabson wrote: >> Author: dfr >> Date: Mon Nov 3 10:38:00 2008 >> New Revision: 184588 >> URL: http://svn.freebsd.org/changeset/base/184588 >> >> Log: >> Implement support for RPCSEC_GSS authentication to both the NFS >> client >> and server. This replaces the RPC implementation of the NFS client >> and > > Cool, thanks! > > Which NFS Servers have you tested this against, or more specifically > do, you think I should be able to get this working against an NetApp > NFS Filer which supports Kerberos 5 for NFS? Or am I mixing things up > so that's something else? I've tested this with Solaris, Mac OS X and Linux. The NetApp filer will be using the same protocol but I haven't actually tested with a NetApp. I look forward to any success or failure reports with interest :)