summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/filename/manglingchar.xml
blob: aa9489476c30e95eb0e5e0a867c07491d829e149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter name="mangling char"
                 context="S"
				 type="string"
                 parm="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
	<para>This controls what character is used as 
	the <emphasis>magic</emphasis> character in <smbconfoption name="name mangling"/>. 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>
</description>
<value type="default">~</value>
<value type="example">^</value>
</samba:parameter>