summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2015-11-24 08:45:50 -0800
committerJeremy Allison <jra@samba.org>2015-11-24 23:47:19 +0100
commit2b0df3788aaadcf907de15a6b6a518244c59aa81 (patch)
tree90688e3fd93f4c382ea4cc158562ab7306d883da /docs-xml
parent16f202871ca850bec87e0ec243644b2c20266c44 (diff)
downloadsamba-2b0df3788aaadcf907de15a6b6a518244c59aa81.tar.gz
s3: docs: Fix "strict rename" doc to match code.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11065 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Nov 24 23:47:19 CET 2015 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/tuning/strictrename.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/tuning/strictrename.xml b/docs-xml/smbdotconf/tuning/strictrename.xml
index 54788634d8d..91572f2994e 100644
--- a/docs-xml/smbdotconf/tuning/strictrename.xml
+++ b/docs-xml/smbdotconf/tuning/strictrename.xml
@@ -15,9 +15,18 @@
Samba system the cost is even greater than the non-clustered
case.</para>
- <para>For this reason the default is "no", and it is recommended
- to be left that way unless a specific Windows application requires
- it to be changed.</para>
+ <para>When set to "no" smbd only checks the local process
+ the client is attached to for open files below a directory
+ being renamed, instead of checking for open files across all
+ smbd processes.</para>
+
+ <para>Because of the expense in fully searching the database,
+ the default is "no", and it is recommended to be left that way
+ unless a specific Windows application requires it to be changed.</para>
+
+ <para>If the client has requested UNIX extensions (POSIX
+ pathnames) then renames are always allowed and this parameter
+ has no effect.</para>
</description>