diff options
-rw-r--r-- | docs/manpages/smb.conf.5 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 027c3c8ea6..eba37ad23d 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -465,6 +465,8 @@ use rhosts valid chars +veto files + workgroup write raw @@ -2996,6 +2998,22 @@ See also "invalid users" .B Example valid users = greg, @pcusers + +.SS veto files(S) +This is a list of files and directories that are neither visible nor +accessible. Each entry in the list must be separate by a "/", which +allows spaces to be included in the entry. Note that '*' and '?' at +present cannot be used to specify multiple files or directories. + +.B Default + No files or directories are vetoed. + +.B Example + veto files = DesktopFolderDB/TrashFor%m/resource.frk + +The above example is based on files that the Macintosh client (DAVE) +creates for internal use. + .SS volume (S) This allows you to override the volume label returned for a share. Useful for CDROMs with installation programs that insist on a |