commit | 875ad3f8e7dff6bc1d053e5bfe73d8e8d2e6ae67 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jan 23 12:49:36 2012 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jan 23 14:03:46 2012 -0800 |
tree | dec3691908348b240f2176ce681a7e4aa75e5fde | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f [diff] |
SUNRPC: Fix machine creds in generic_create_cred and generic_match - generic_create_cred needs to copy the '.principal' field. - generic_match needs to ignore the groups and match on the '.principal' field. This fixes an Oops that was introduced by commit 68c9715 (SUNRPC: Clean up the RPCSEC_GSS service ticket requests) Reported-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Tested-by: J. Bruce Fields <bfields@redhat.com>