diff options
author | Mike Kelly <mike@pair.com> | 2011-12-20 10:27:51 -0500 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-12-21 10:05:08 +0100 |
commit | 7ca565d80d9e7f19544393b180cc9e1dccc247e8 (patch) | |
tree | 643c23f5192f762da390cd6384092e0eece13a5c /sshfs.1 | |
parent | 301cc5218b36cb6f15602191eb2394877cdc930c (diff) | |
download | sshfs-7ca565d80d9e7f19544393b180cc9e1dccc247e8.tar sshfs-7ca565d80d9e7f19544393b180cc9e1dccc247e8.tar.gz sshfs-7ca565d80d9e7f19544393b180cc9e1dccc247e8.tar.bz2 sshfs-7ca565d80d9e7f19544393b180cc9e1dccc247e8.zip |
default to erroring if we can't remap a uid/gid
add a '-o nomap=ignore|error' option, which defaults to 'error'
Diffstat (limited to 'sshfs.1')
-rw-r--r-- | sshfs.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -116,6 +116,17 @@ file containing username:uid mappings for \fBidmap=file\fR file containing groupname:gid mappings for \fBidmap=file\fR .RE .TP +\fB\-o\fR nomap=TYPE +with idmap=file, how to handle missing mappings +.RS 8 +.TP +ignore +don't do any re-mapping +.TP +error +return an error (default) +.RE +.TP \fB\-o\fR ssh_command=CMD execute CMD instead of 'ssh' .TP |