aboutsummaryrefslogtreecommitdiff
path: root/sshfs.1
diff options
context:
space:
mode:
authorMike Kelly <mike@pair.com>2011-12-20 10:27:51 -0500
committerBenjamin Fleischer <fleiben@gmail.com>2012-03-09 22:43:58 +0100
commit0e87004ab26f7c3f5ad5cb63059bde82ec5f7cec (patch)
treef369161643a211abeba3cf190c5ddac8dc208327 /sshfs.1
parente6f7fb4e5056bf6488595fb02b65abc1ac8080cc (diff)
downloadsshfs-0e87004ab26f7c3f5ad5cb63059bde82ec5f7cec.tar
sshfs-0e87004ab26f7c3f5ad5cb63059bde82ec5f7cec.tar.gz
sshfs-0e87004ab26f7c3f5ad5cb63059bde82ec5f7cec.tar.bz2
sshfs-0e87004ab26f7c3f5ad5cb63059bde82ec5f7cec.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.111
1 files changed, 11 insertions, 0 deletions
diff --git a/sshfs.1 b/sshfs.1
index 9dcd8aa..27dd8bc 100644
--- a/sshfs.1
+++ b/sshfs.1
@@ -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