• J
    knfsd: fix callback rpc cred · dd4877bf
    J. Bruce Fields 提交于
    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: NJ. Bruce Fields <bfields@citi.umich.edu>
    Acked-by: NNeil Brown <neilb@suse.de>
    dd4877bf
nfs4callback.c 13.4 KB