summaryrefslogtreecommitdiff
path: root/docs/smbdotconf
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-06-15 19:25:25 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:54 -0500
commit41419c7f3f0779f5637787599520ae2491f033c3 (patch)
tree59bc8144d7053fbe00709c72c1a75c51ff766b8b /docs/smbdotconf
parent1dfd737ad53f2a42e12aebd9a3beba3e54f1341d (diff)
downloadsamba-41419c7f3f0779f5637787599520ae2491f033c3.tar.gz
samba-41419c7f3f0779f5637787599520ae2491f033c3.tar.bz2
samba-41419c7f3f0779f5637787599520ae2491f033c3.zip
Added description of "auto" option for case sensitive parameter.
Jeremy. (This used to be commit 2dbddeef3c329fe95f66a4403b2ba659c10c3bce)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r--docs/smbdotconf/smb.conf.5.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/smbdotconf/smb.conf.5.xml b/docs/smbdotconf/smb.conf.5.xml
index cfa7e4bc24..19b4fdc3fb 100644
--- a/docs/smbdotconf/smb.conf.5.xml
+++ b/docs/smbdotconf/smb.conf.5.xml
@@ -491,10 +491,16 @@ alias|alias|alias|alias...
</varlistentry>
<varlistentry>
- <term>case sensitive = yes/no</term>
+ <term>case sensitive = yes/no/auto</term>
<listitem><para>controls whether filenames are case sensitive. If
they aren't, Samba must do a filename search and match on passed
- names. Default <emphasis>no</emphasis>.</para></listitem>
+ names. The default setting of auto allows clients that support case
+ sensitive filenames (Linux CIFSVFS and smbclient 3.0.5 and above currently)
+ to tell the Samba server on a per-packet basis that they wish to access
+ the file system in a case-sensitive manner (to support UNIX case sensitive
+ semantics). No Windows or DOS system supports case-sensitive filename so
+ setting this option to auto is that same as setting it to no for them.
+ Default <emphasis>auto</emphasis>.</para></listitem>
</varlistentry>
<varlistentry>