summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-04-05 16:44:08 +0200
committerDavid Disseldorp <ddiss@samba.org>2013-04-05 18:40:58 +0200
commit243278a2c5ec29c153fa7d66678452a97e6edbc0 (patch)
tree837f8c08c81239b1778443fd29bf83c7b23b2b89 /docs-xml/smbdotconf
parentca0d38596d711e70a1d58657024aabd8c131512b (diff)
downloadsamba-243278a2c5ec29c153fa7d66678452a97e6edbc0.tar.gz
samba-243278a2c5ec29c153fa7d66678452a97e6edbc0.tar.bz2
samba-243278a2c5ec29c153fa7d66678452a97e6edbc0.zip
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
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/filename/hideunreadable.xml3
-rw-r--r--docs-xml/smbdotconf/filename/hideunwriteablefiles.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/filename/hideunreadable.xml b/docs-xml/smbdotconf/filename/hideunreadable.xml
index c2c1654c1c..992f1350c6 100644
--- a/docs-xml/smbdotconf/filename/hideunreadable.xml
+++ b/docs-xml/smbdotconf/filename/hideunreadable.xml
@@ -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>
diff --git a/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml b/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml
index 831e8c69c9..66658607c1 100644
--- a/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml
+++ b/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml
@@ -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>