From 243278a2c5ec29c153fa7d66678452a97e6edbc0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 5 Apr 2013 16:44:08 +0200 Subject: doc: Document performance impact of "hide unxx" parameters Signed-off-by: Volker Lendecke Reviewed-by: David Disseldorp Autobuild-User(master): David Disseldorp Autobuild-Date(master): Fri Apr 5 18:40:58 CEST 2013 on sn-devel-104 --- docs-xml/smbdotconf/filename/hideunreadable.xml | 3 +++ docs-xml/smbdotconf/filename/hideunwriteablefiles.xml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'docs-xml/smbdotconf') 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 @@ This parameter prevents clients from seeing the existance of files that cannot be read. Defaults to off. + 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. no 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. + 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. no -- cgit