mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
"mangle case" silently vanished with samba 3.0.6. Reflect this fact
in the docs. Thanks to Bjoern Jacke. Guenther
This commit is contained in:
parent
5220e5bfee
commit
c6734b45ab
@ -483,14 +483,6 @@ alias|alias|alias|alias...
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>mangle case = yes/no</term>
|
|
||||||
<listitem><para> controls whether names that have characters that
|
|
||||||
aren't of the <quote>default</quote> case are mangled. For example,
|
|
||||||
if this is yes, a name like <quote>Mail</quote> will be mangled.
|
|
||||||
Default <emphasis>no</emphasis>.</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>case sensitive = yes/no/auto</term>
|
<term>case sensitive = yes/no/auto</term>
|
||||||
<listitem><para>controls whether filenames are case sensitive. If
|
<listitem><para>controls whether filenames are case sensitive. If
|
||||||
they aren't, Samba must do a filename search and match on passed
|
they aren't, Samba must do a filename search and match on passed
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
<samba:parameter name="mangle case"
|
|
||||||
context="S"
|
|
||||||
type="boolean"
|
|
||||||
xmlns:samba="http://samba.org/common">
|
|
||||||
<description>
|
|
||||||
<para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link></para>
|
|
||||||
</description>
|
|
||||||
<value type="default">no</value>
|
|
||||||
</samba:parameter>
|
|
Loading…
Reference in New Issue
Block a user