diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-05-26 17:55:54 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-05-26 17:55:54 +0000 |
commit | 36693ec1100ffc00d534b20aaae401ea8cbd77c7 (patch) | |
tree | 7725e7c1cc69a7521a1bc72a7b3cdced5786e00b | |
parent | 5eb73eeea34e66e06db95f6f5efa87bd87a85bad (diff) | |
download | samba-36693ec1100ffc00d534b20aaae401ea8cbd77c7.tar.gz samba-36693ec1100ffc00d534b20aaae401ea8cbd77c7.tar.bz2 samba-36693ec1100ffc00d534b20aaae401ea8cbd77c7.zip |
added veto files entry. example lists files that DAVE (mac client)
shouldn't show up. not tested, but hey, what are alphas for? :-)
luke
(This used to be commit ec9eace43d27c2cb19fb6311161bde6994f807b7)
-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 |