public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* filesystem client mapping of uid_t/gid_t field in lookup
@ 2005-05-13 22:50 Steve French
  2005-05-14  6:37 ` Trond Myklebust
  0 siblings, 1 reply; 7+ messages in thread
From: Steve French @ 2005-05-13 22:50 UTC (permalink / raw)
  To: linux-fsdevel

RFC 1813 states:
   Using user
   ids and group ids implies that the client and server either
   share the same ID list or do local user and group ID mapping.
   Servers and clients must agree on the mapping from user to uid
   and from group to gid, for those sites that do not implement a
   consistent user ID and group ID space. In practice, such mapping
   is typically performed on the server, following a static mapping
   scheme or a mapping established by the user from a client at
   mount time.

which implies that other network filesystem clients passed in a table of 
uid mappings
at mount time. This would be extremely useful, but seems unwieldy to pass
in via mount.  Without adding an ioctl to set the uids for a particular 
mount (actually in my case it would
probably be for all mounts on the client to the same sharename (export) 
and/or a particular
server), would this be better to pass in via proc (which also seems 
awkward due
to size of proc writes presumably getting bigger than 4K if there were a 
lot of mappings).



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-05-16 22:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-13 22:50 filesystem client mapping of uid_t/gid_t field in lookup Steve French
2005-05-14  6:37 ` Trond Myklebust
2005-05-14 11:38   ` Jamie Lokier
2005-05-15 22:37   ` Steve French
2005-05-16 18:18   ` Bryan Henderson
2005-05-16 19:03     ` Spencer Shepler
2005-05-16 22:23     ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox