From: J. Bruce Fields Date: Fri, 13 Oct 2006 19:35:52 +0000 (-0400) Subject: Don't always use default mapping to "nobody". X-Git-Tag: nfs-utils-1-0-11~45 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=bdfe0d28ee4c23dec311423a34b2a3ec65b5b318;hp=bdfe0d28ee4c23dec311423a34b2a3ec65b5b318 Don't always use default mapping to "nobody". Signed-off-by: Kevin Coffman We've been ignoring all mapping errors and instead mapping to a "nobody" user or group. This is arguably OK for the cases where we're returning a value to the user (so, id->name mapping on the server or name->id mapping on the client). But it's a disaster in the other direction (id->name on the server or id->name on the client): for example, a chown to an unknown user should *not* automatically be translated into a succesful chown to "nobody". This patch fixes that problem on the server side. Signed-off-by: J. Bruce Fields ---