docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / filename / hideunwriteablefiles.xml
blob97a44f072d7acbff761518304290f9429ee7ff82
1 <samba:parameter name="hide unwriteable files"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>
7     This parameter prevents clients from seeing the existance of files that cannot be written to. 
8     Defaults to off. Note that unwriteable directories are shown as usual.
9     </para>
10     <para>Please note that enabling this can slow down listing large
11     directories significantly. Samba has to evaluate the ACLs of all directory
12     members, which can be a lot of effort.</para>
13 </description>
14 <value type="default">no</value>
15 </samba:parameter>