pidl/lib: Add recursion detection logic to prevent looping.
[Samba.git] / docs-xml / smbdotconf / tuning / checkparentdirectorydeleteonclose.xml
blob1de06091dd7b998d7fcdad7daa7f38c3027cac98
1 <samba:parameter name="check parent directory delete on close"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>A Windows SMB server prevents the client from creating files in a
7     directory that has the delete-on-close flag set. By default Samba doesn't
8     perform this check as this check is a quite expensive operation in Samba.
9     </para>
10 </description>
12 <value type="default">no</value>
13 </samba:parameter>