Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / filename / manglingmethod.xml
blob11f9e9eb018b8ca9c0674ab65dad7da663f289d2
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="MANGLINGMETHOD"/>mangling method (G)</term>
3                 <listitem><para> controls the algorithm used for the generating
4                 the mangled names. Can take two different values, &quot;hash&quot; and
5                 &quot;hash2&quot;. &quot;hash&quot; is  the default and is the algorithm that has been
6                 used in Samba for many years. &quot;hash2&quot; is a newer and considered
7                 a better algorithm (generates less collisions) in the names.
8                 However, many Win32 applications store the mangled names and so
9                 changing to the new algorithm must not be done
10                 lightly as these applications may break unless reinstalled.</para>
11                 <para>Default: <command moreinfo="none">mangling method = hash2</command></para>
12                 <para>Example: <command moreinfo="none">mangling method = hash</command></para>
13                 </listitem>
14                 </samba:parameter>