mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
5e3e2e27d8
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
15 lines
608 B
XML
15 lines
608 B
XML
<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>
|