summaryrefslogtreecommitdiff
path: root/docs-xml/manpages-3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-30 13:25:28 +0200
committerGünther Deschner <gd@samba.org>2010-06-30 21:46:09 +0200
commit17ddefef8a3dd299fd318a9e3908396beba62cbb (patch)
tree425d0f5c0010bfb5a559b35384205acf4042f487 /docs-xml/manpages-3
parent6625aada8174d61f52d6ef22d49edefa15f4a9bb (diff)
downloadsamba-17ddefef8a3dd299fd318a9e3908396beba62cbb.tar.gz
samba-17ddefef8a3dd299fd318a9e3908396beba62cbb.tar.bz2
samba-17ddefef8a3dd299fd318a9e3908396beba62cbb.zip
s3-docs: try to make "default case" explanation a little clearer.
Guenther
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r--docs-xml/manpages-3/smb.conf.5.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs-xml/manpages-3/smb.conf.5.xml b/docs-xml/manpages-3/smb.conf.5.xml
index 5df579e5ad..7423fc4e45 100644
--- a/docs-xml/manpages-3/smb.conf.5.xml
+++ b/docs-xml/manpages-3/smb.conf.5.xml
@@ -628,11 +628,11 @@ chmod 1770 /usr/local/samba/lib/usershares
<term>default case = upper/lower</term>
<listitem><para>
controls what the default case is for new filenames (ie. files that don't currently exist in the filesystem).
- Default <emphasis>lower</emphasis>. IMPORTANT NOTE: This option will be used to modify the case of
- <emphasis>all</emphasis> incoming client filenames, not just new filenames if the options <smbconfoption
- name="case sensitive">yes</smbconfoption>, <smbconfoption name="preserve case">No</smbconfoption>,
- <smbconfoption name="short preserve case">No</smbconfoption> are set. This change is needed as part of the
- optimisations for directories containing large numbers of files.
+ Default <emphasis>lower</emphasis>. IMPORTANT NOTE: As part of the optimizations for directories containing
+ large numbers of files, the following special case applies. If the options
+ <smbconfoption name="case sensitive">yes</smbconfoption>, <smbconfoption name="preserve case">No</smbconfoption>, and
+ <smbconfoption name="short preserve case">No</smbconfoption> are set, then the case of <emphasis>all</emphasis>
+ incoming client filenames, not just new filenames, will be modified. See additional notes below.
</para></listitem>
</varlistentry>