nfsd4: don't try to map gid's in generic rpc code
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 20 Oct 2009 22:51:34 +0000 (18:51 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 27 Oct 2009 23:34:43 +0000 (19:34 -0400)
For nfsd we provide users the option of mapping uid's to server-side
supplementary group lists.  That makes sense for nfsd, but not
necessarily for other rpc users (such as the callback client).

So move that lookup to svcauth_unix_set_client, which is a
program-specific method.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

No differences found