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/hideunwriteablefiles.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs-xml/smbdotconf/filename/hideunwriteablefiles.xml') 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