From owner-freebsd-stable@FreeBSD.ORG Fri Aug 27 01:56:34 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED0E310656A9; Fri, 27 Aug 2010 01:56:34 +0000 (UTC) (envelope-from ivoras@freebsd.org) Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5B18FC16; Fri, 27 Aug 2010 01:56:34 +0000 (UTC) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by pinus.cc.fer.hr (8.12.2/8.12.2) with ESMTP id o7QEcwp6009299; Thu, 26 Aug 2010 14:38:59 GMT Message-ID: <4C7678A8.9000201@freebsd.org> Date: Thu, 26 Aug 2010 16:22:32 +0200 From: Ivan Voras User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 MIME-Version: 1.0 To: stable@freebsd.org, rmacklem@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: NFS uid/gid mapping X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 01:56:35 -0000 hi, I can't seem to find how to manually remap uid & gid information while using NFS, e.g. something similar to this: http://www.kernelcrash.com/blog/nfs-uidgid-mapping/2007/09/10/ Is such mapping really unimplemented?