cifs: add "multiuser" mount option
authorJeff Layton <jlayton@redhat.com>
Wed, 6 Oct 2010 23:51:12 +0000 (19:51 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 7 Oct 2010 18:30:45 +0000 (18:30 +0000)
This allows someone to declare a mount as a multiuser mount.

Multiuser mounts also imply "noperm" since we want to allow the server
to handle permission checking. It also (for now) requires Kerberos
authentication. Eventually, we could expand this to other authtypes, but
that requires a scheme to allow per-user credential stashing in some
form.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found