]> git.decadent.org.uk Git - nfs-utils.git/commit
If -o sec= is not specified for mount, allow either AUTH_SYS or AUTH_NONE.
authorNeil Brown <neilb@suse.de>
Wed, 14 Mar 2007 22:46:33 +0000 (09:46 +1100)
committerNeil Brown <neilb@suse.de>
Wed, 14 Mar 2007 22:46:33 +0000 (09:46 +1100)
commitafc841a1f2a62645ec2dfaa333baf07e44a03c08
tree6c7e5ecca94b241922e8ea11234d875073ca449e
parentb1e1c8a05afdbbc3f217ef79c31c3b8ca302f9eb
If -o sec= is not specified for mount, allow either AUTH_SYS or AUTH_NONE.

Solaris servers, when asked to share a filesystem with an anon-uid, will
report the only available authentication style as AUTH_NONE in the
reply from mountd (even though they actually accept AUTH_SYS and simply
ignore the credentiuals).
So if no sec= is specified we should really accept anything that can easily
be handled.  ie. AUTH_SYS or AUTH_NONE.
utils/mount/nfsmount.c