commit | dc83d6e27fa80babe31c80aa8568f125f72edf57 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Tue Oct 20 18:51:34 2009 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Oct 27 19:34:43 2009 -0400 |
tree | 8a3a3dd3462c9753b911d563f11b4fb70aebca93 | |
parent | efe0cb6d5a1f20ad4df045a055048afed4c5e660 [diff] |
nfsd4: don't try to map gid's in generic rpc code 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>