mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
243278a2c5
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Fri Apr 5 18:40:58 CEST 2013 on sn-devel-104
16 lines
645 B
XML
16 lines
645 B
XML
<samba:parameter name="hide unwriteable files"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This parameter prevents clients from seeing the existance of files that cannot be written to.
|
|
Defaults to off. Note that unwriteable directories are shown as usual.
|
|
</para>
|
|
<para>Please note that enabling this can slow down listing large
|
|
directories significantly. Samba has to evaluate the ACLs of all directory
|
|
members, which can be a lot of effort.</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|