diff options
author | Jeff Layton <jlayton@samba.org> | 2010-10-08 15:11:58 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-10-08 15:11:58 -0400 |
commit | 202f4b43209da32afc7ce5445a8f561c354c8f82 (patch) | |
tree | 66af47b8e9ef9a29da6573bdeecb4c9b1e8a09b0 /mount.cifs.8 | |
parent | d90691a283d0f2ed928476fc96970b1ef2a28662 (diff) | |
download | cifs-utils-202f4b43209da32afc7ce5445a8f561c354c8f82.tar.gz cifs-utils-202f4b43209da32afc7ce5445a8f561c354c8f82.tar.bz2 cifs-utils-202f4b43209da32afc7ce5445a8f561c354c8f82.zip |
manpage: add mount.cifs manpage entry for "multiuser" option
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'mount.cifs.8')
-rw-r--r-- | mount.cifs.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mount.cifs.8 b/mount.cifs.8 index d01f2a3..7d2bf69 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -396,6 +396,13 @@ Enable local disk caching using FS-Cache for CIFS\&. This option could be useful NOTE: This feature is available only in the recent kernels that have been built with the kernel config option CONFIG_CIFS_FSCACHE. You also need to have cachefilesd daemon installed and running to make the cache operational\&. .RE .PP +multiuser +.RS 4 +Map user accesses to individual credentials when accessing the server\&. By default, CIFS mounts only use a single set of user credentials (the mount credentials) when accessing a share\&. With this option, the client instead creates a new session with the server using the user's credentials whenever a new user accesses the mount. Further accesses by that user will also use those credentials\&. Because the kernel cannot prompt for passwords, multiuser mounts are limited to mounts using sec= options that don't require passwords. +.sp +With this change, it's feasible for the server to handle permissions enforcement, so this option also implies "noperm"\&. Furthermore, when unix extensions aren't in use and the administrator has not overriden ownership using the uid= or gid= options, ownership of files is presented as the current user accessing the share\&. +.RE +.PP \-\-verbose .RS 4 Print additional debugging information for the mount\&. Note that this parameter must be specified before the \-o\&. For example: |