diff options
author | J. Bruce Fields | 2020-08-27 12:06:06 -0400 |
---|---|---|
committer | J. Bruce Fields | 2020-09-25 18:01:27 -0400 |
commit | ade3dbad1459e0a9a8ee8812925e0d968a2a5252 (patch) | |
tree | a0aa2aa3a47a3b220ccb5d24aaafd52e9f5fb9dd /Documentation/filesystems | |
parent | ff7e11f357abece005a44c64b72e2ab495c6e365 (diff) |
Documentation: update RPCSEC_GSSv3 RFC link
This draft is an official RFC now.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/nfs/rpc-server-gss.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/filesystems/nfs/rpc-server-gss.rst b/Documentation/filesystems/nfs/rpc-server-gss.rst index abed4a2b1b82..ccaea9e7cea2 100644 --- a/Documentation/filesystems/nfs/rpc-server-gss.rst +++ b/Documentation/filesystems/nfs/rpc-server-gss.rst @@ -13,10 +13,9 @@ RPCGSS is specified in a few IETF documents: - RFC2203 v1: https://tools.ietf.org/rfc/rfc2203.txt - RFC5403 v2: https://tools.ietf.org/rfc/rfc5403.txt -and there is a 3rd version being proposed: +There is a third version that we don't currently implement: - - https://tools.ietf.org/id/draft-williams-rpcsecgssv3.txt - (At draft n. 02 at the time of writing) + - RFC7861 v3: https://tools.ietf.org/rfc/rfc7861.txt Background ========== |