1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

doc: Document performance impact of "hide unxx" parameters

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
This commit is contained in:
Volker Lendecke 2013-04-05 16:44:08 +02:00 committed by David Disseldorp
parent ca0d38596d
commit 243278a2c5
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
<description> <description>
<para>This parameter prevents clients from seeing the <para>This parameter prevents clients from seeing the
existance of files that cannot be read. Defaults to off.</para> 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> </description>
<value type="default">no</value> <value type="default">no</value>
</samba:parameter> </samba:parameter>

View File

@ -7,6 +7,9 @@
This parameter prevents clients from seeing the existance of files that cannot be written to. 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. Defaults to off. Note that unwriteable directories are shown as usual.
</para> </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> </description>
<value type="default">no</value> <value type="default">no</value>
</samba:parameter> </samba:parameter>