commit | 0eb8a132c449c755b7a3f18f33365b2040c47347 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 06 19:51:12 2010 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Thu Oct 07 18:30:45 2010 +0000 |
tree | dcf3e0f4a69129827a8acb21b5884bd539cf6d27 | |
parent | 9d002df492b14c690425d9785530371b6c1ccbca [diff] |
cifs: add "multiuser" mount option 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>