diff options
author | Gordon Ross <gwr@nexenta.com> | 2017-01-21 18:02:35 -0500 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2019-08-10 10:05:21 -0400 |
commit | cc3780e66ce1eea52e650b27b7dc5ad62d24eec2 (patch) | |
tree | 5721eddec5921b9b7058cd8ceeb9c766fa4a263e /usr/src/man | |
parent | 3e2c0c0978d26f8b8020b49760008c6bb6e59221 (diff) | |
download | illumos-gate-cc3780e66ce1eea52e650b27b7dc5ad62d24eec2.tar.gz |
11024 SMB should bypass ACL traverse checking
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man4/smb.4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr/src/man/man4/smb.4 b/usr/src/man/man4/smb.4 index 99404484e6..c593a52178 100644 --- a/usr/src/man/man4/smb.4 +++ b/usr/src/man/man4/smb.4 @@ -59,6 +59,22 @@ default path is \fB/etc\fR. .sp .ne 2 .na +\fB\fBbypass_traverse_checking\fR\fR +.ad +.sp .6 +.RS 4n +When set, allows the SMB server to bypass ACL "traverse" checks. +The default value is \fBtrue\fR, for Windows compatibility. +If this parameter is \fBfalse\fR, ACL checks require that +"traverse" (directory execute) is granted on every directory +above the directory the SMB client tries to access. +Windows shares are normally setup with the higher level +directories not specifically granting such access. +.RE + +.sp +.ne 2 +.na \fB\fBdisposition\fR\fR .ad .sp .6 |