mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +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
14 lines
554 B
XML
14 lines
554 B
XML
<samba:parameter name="hide unreadable"
|
|
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 read. Defaults to off.</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>
|