Skip to content
Snippets Groups Projects
Commit b4454fe1 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: Remove requirement for machine creds for the "renew" operation


 In RFC3530, the RENEW operation is allowed to use either

 the same principal, RPC security flavour and (if RPCSEC_GSS), the same
  mechanism and service that was used for SETCLIENTID_CONFIRM

 OR

 Any principal, RPC security flavour and service combination that
 currently has an OPEN file on the server.

 Choose the latter since that doesn't require us to keep credentials for
 the same principal for the entire duration of the mount.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 58d9714a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment