From owner-freebsd-stable@FreeBSD.ORG Fri Aug 27 15:10:41 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 22A3A1065695; Fri, 27 Aug 2010 15:10:41 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id C426F8FC1E; Fri, 27 Aug 2010 15:10:40 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAB5rd0yDaFvO/2dsb2JhbACDF54zqVWSF4EigyJzBIoJ X-IronPort-AV: E=Sophos;i="4.56,278,1280721600"; d="scan'208";a="91970457" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 27 Aug 2010 10:41:19 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 21D69B3E96; Fri, 27 Aug 2010 10:41:22 -0400 (EDT) Date: Fri, 27 Aug 2010 10:41:22 -0400 (EDT) From: Rick Macklem To: Ivan Voras Message-ID: <1635793326.204904.1282920082122.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <4C7678A8.9000201@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [24.65.230.102] X-Mailer: Zimbra 6.0.7_GA_2476.RHEL4 (ZimbraWebClient - SAF3 (Mac)/6.0.7_GA_2473.RHEL4_64) Cc: rmacklem@freebsd.org, stable@freebsd.org Subject: Re: 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 15:10:41 -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? > Except for root or all uids, no. There is no generic mapping facility.