linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] nfs: allow NFSv3 to fall back to AUTH_UNIX if initial auth selection fails
@ 2013-06-26 14:36 Jeff Layton
  2013-06-26 14:36 ` [PATCH 1/2] nfs: make nfs_select_flavor take a list of authflavors and a length Jeff Layton
  2013-06-26 14:36 ` [PATCH 2/2] nfs: allow NFSv3 to fall back to using AUTH_UNIX automatically if available Jeff Layton
  0 siblings, 2 replies; 8+ messages in thread
From: Jeff Layton @ 2013-06-26 14:36 UTC (permalink / raw)
  To: trond.myklebust; +Cc: chuck.lever, linux-nfs

I got a report of a regression in recent kernels. Windows 2012 servers
support v3 and v4.1. They also return a list of authflavors that starts
with AUTH_GSS flavors and ends with AUTH_SYS.

Since commit 4580a92 (NFS: Use server-recommended security flavor by
default (NFSv3)) mounting this server with nfsv3 fails unless you
specify sec=sys.

NFSv4.0 has code that allows it to fall back to using AUTH_SYS if the
initial attempt to use AUTH_GSS fails (in
nfs4_discover_server_trunking()). This is an attempt to make the v3
mounting code just as resilient in the same situation.

Jeff Layton (2):
  nfs: make nfs_select_flavor take a list of authflavors and a length
  nfs: allow NFSv3 to fall back to using AUTH_UNIX automatically if
    available

 fs/nfs/super.c | 51 +++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 37 insertions(+), 14 deletions(-)

-- 
1.8.1.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-06-26 15:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 14:36 [PATCH 0/2] nfs: allow NFSv3 to fall back to AUTH_UNIX if initial auth selection fails Jeff Layton
2013-06-26 14:36 ` [PATCH 1/2] nfs: make nfs_select_flavor take a list of authflavors and a length Jeff Layton
2013-06-26 14:36 ` [PATCH 2/2] nfs: allow NFSv3 to fall back to using AUTH_UNIX automatically if available Jeff Layton
2013-06-26 15:15   ` Chuck Lever
2013-06-26 15:24     ` Jeff Layton
2013-06-26 15:37       ` Chuck Lever
2013-06-26 15:41         ` Jeff Layton
2013-06-26 15:29     ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).