commit | dd4877bfb6f09cb4a294b459b354c8fc8fa66904 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@fieldses.org> | Tue Oct 24 18:33:17 2006 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Oct 09 18:31:57 2007 -0400 |
tree | d4f5f199bd0fa481b9b41c55715835272e07b482 | |
parent | e8ff2a8453cedf38d6d7a0528cb9c308066a3e3e [diff] |
knfsd: fix callback rpc cred It doesn't make sense to make the callback with credentials that the client made the setclientid with. Instead the spec requires that the callback occur with the credentials the client authenticated *to*. It probably doesn't matter what we use for auth_unix, and some more infrastructure will be needed for auth_gss, so let's just remove the cred lookup for now. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Acked-by: Neil Brown <neilb@suse.de>