From 7ca565d80d9e7f19544393b180cc9e1dccc247e8 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Tue, 20 Dec 2011 10:27:51 -0500 Subject: default to erroring if we can't remap a uid/gid add a '-o nomap=ignore|error' option, which defaults to 'error' --- sshfs.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sshfs.1') 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 -- cgit v1.2.3