diff options
author | Günther Deschner <gd@samba.org> | 2010-06-30 13:25:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-30 21:46:09 +0200 |
commit | 17ddefef8a3dd299fd318a9e3908396beba62cbb (patch) | |
tree | 425d0f5c0010bfb5a559b35384205acf4042f487 /docs-xml | |
parent | 6625aada8174d61f52d6ef22d49edefa15f4a9bb (diff) | |
download | samba-17ddefef8a3dd299fd318a9e3908396beba62cbb.tar.gz |
s3-docs: try to make "default case" explanation a little clearer.
Guenther
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/smb.conf.5.xml | 10 |
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 5df579e5ad2..7423fc4e453 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> |