commit | 8fbba96e5b327665265ad02b7f331b68536828bf | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon May 14 21:20:54 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu May 31 20:29:57 2012 -0400 |
tree | 3a838a9a822042ac0a988e21e4824f64c1ada7f2 | |
parent | 03a4e1f6ddf25f48848e1bddcffc0ad489648331 [diff] |
nfsd4: stricter cred comparison for setclientid/exchange_id The typical setclientid or exchange_id will probably be performed with a credential that maps to either root or nobody, so comparing just uid's is unlikely to be useful. So, use everything else we can get our hands on. Signed-off-by: J. Bruce Fields <bfields@redhat.com>