1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34: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>
<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>

View File

@ -7,6 +7,9 @@
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>