diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-08 21:56:51 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-08 21:56:51 +0000 |
commit | 051c3c64d209eea36d8ddc44add16a33598179d1 (patch) | |
tree | 66901078c8c158e4eafec425ee6a8bc25df76ba4 /docs/docbook | |
parent | 11d5c0a8b474e5285a8f6096bc48d2a1659f67d7 (diff) | |
download | samba-051c3c64d209eea36d8ddc44add16a33598179d1.tar.gz samba-051c3c64d209eea36d8ddc44add16a33598179d1.tar.bz2 samba-051c3c64d209eea36d8ddc44add16a33598179d1.zip |
adding warning about case sensitive parameter
(This used to be commit 11bc14736df6826fb1619c04da4792c27c05d06b)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/smbdotconf/smb.conf.5.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/docbook/smbdotconf/smb.conf.5.xml b/docs/docbook/smbdotconf/smb.conf.5.xml index 2a5d190f69..9b91be4fbc 100644 --- a/docs/docbook/smbdotconf/smb.conf.5.xml +++ b/docs/docbook/smbdotconf/smb.conf.5.xml @@ -507,9 +507,11 @@ alias|alias|alias|alias... <varlistentry> <term>case sensitive = yes/no</term> - <listitem><para>controls whether filenames are case sensitive. If - they aren't then Samba must do a filename search and match on passed - names. Default <emphasis>no</emphasis>.</para></listitem> + <listitem><para>controls whether filenames are case sensitive. + Windows clients <emphasis>will</emphasis> break if you enable + this parameter. It is only included for case insentive + file systems (such as VFAT) and performance testing. + Default <emphasis>no</emphasis>.</para></listitem> </varlistentry> <varlistentry> |