docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / filename / manglingmethod.xml
blob559ed6c9a790de3c283614a54a6a599e7dbffc1d
1 <samba:parameter name="mangling method"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para> controls the algorithm used for the generating
7         the mangled names. Can take two different values, &quot;hash&quot; and
8         &quot;hash2&quot;. &quot;hash&quot; is the algorithm that was
9         used in Samba for many years and was the default in Samba 2.2.x &quot;hash2&quot; is
10         now the default and is newer and considered a better algorithm (generates less collisions) in
11         the names. Many Win32 applications store the mangled names and so
12         changing to algorithms must not be done lightly as these applications
13         may break unless reinstalled.</para>
14 </description>
15 <value type="default">hash2</value>
16 <value type="example">hash</value>
17 </samba:parameter>