summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/filename/manglingchar.xml
blob: de5f620fd909e7df8b1297b4bb32a24bba60e1e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter name="mangling char"
                 context="S"
                 xmlns:samba="http://samba.org/common">
<listitem>
	<para>This controls what character is used as 
	the <emphasis>magic</emphasis> character in <link linkend="NAMEMANGLINGSECT">name mangling</link>. The 
	default is a '~' but this may interfere with some software. Use this option to set 
	it to whatever you prefer. This is effective only when mangling method is hash.</para>

	<para>Default: <command moreinfo="none">mangling char = ~</command></para>

	<para>Example: <command moreinfo="none">mangling char = ^</command></para>
</listitem>
</samba:parameter>