1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00
samba-mirror/docs-xml/smbdotconf/filename/shortpreservecase.xml
Gerald W. Carter 8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
2008-04-23 08:47:48 -05:00

17 lines
741 B
XML

<samba:parameter name="short preserve case"
context="S"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<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 <smbconfoption name="default case"/>.
This option can be use with <smbconfoption name="preserve case">yes</smbconfoption> 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>