diff options
author | Volker Lendecke <vlendec@samba.org> | 2001-08-22 04:45:05 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2001-08-22 04:45:05 +0000 |
commit | 9520d3d5fe21d8c75bc652cdaf9bcf9d8bde34ee (patch) | |
tree | 2fbfef593434a5903d04116d1d5075c430deedef /docs/docbook/manpages | |
parent | 3b39c36edeae8e02a05937404a95fcc798d7450f (diff) | |
download | samba-9520d3d5fe21d8c75bc652cdaf9bcf9d8bde34ee.tar.gz samba-9520d3d5fe21d8c75bc652cdaf9bcf9d8bde34ee.tar.bz2 samba-9520d3d5fe21d8c75bc652cdaf9bcf9d8bde34ee.zip |
Mention 'delete veto files' in 'veto files' description
Volker
(This used to be commit ef5c09eebe29161920536cbe708b10659a77386e)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 5090987ba8..7456ba6e83 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -7652,13 +7652,14 @@ <para>Note that the <parameter>case sensitive</parameter> option is applicable in vetoing files.</para> - <para>One feature of the veto files parameter that it is important - to be aware of, is that if a directory contains nothing but files - that match the veto files parameter (which means that Windows/DOS - clients cannot ever see them) is deleted, the veto files within - that directory <emphasis>are automatically deleted</emphasis> along - with it, if the user has UNIX permissions to do so.</para> - + <para>One feature of the veto files parameter that it + is important to be aware of is Samba's behaviour when + trying to delete a directory. If a directory that is + to be deleted contains nothing but veto files this + deletion will <emph>fail</emph> unless you also set + the <parameter>delete veto files</param> parameter to + <parameter>yes</parameter>. + <para>Setting this parameter will affect the performance of Samba, as it will be forced to check all files and directories for a match as they are scanned.</para> |