mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
18 lines
815 B
XML
18 lines
815 B
XML
<samba:parameter name="short preserve case"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>This boolean parameter controls if new files
|
|
which conform to 8.3 syntax, that is all in upper case and of
|
|
suitable length, are created upper case, or if they are forced
|
|
to be the <link linkend="DEFAULTCASE"><parameter moreinfo="none">default case
|
|
</parameter></link>. This option can be use with <link linkend="PRESERVECASE"><command moreinfo="none">preserve case = yes</command>
|
|
</link> to permit long filenames to retain their case, while short
|
|
names are lowered. </para>
|
|
|
|
<para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link>.</para>
|
|
</description>
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|