Add all the source files from the old CVS tree,
[Samba.git] / docs / smbdotconf / filename / manglingmethod.xml
blobb23ad23f7d1164e0327a153e40be3439a74921c2
1 <samba:parameter name="mangling method"
2                          context="G"
3                                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7         <para> controls the algorithm used for the generating
8         the mangled names. Can take two different values, &quot;hash&quot; and
9         &quot;hash2&quot;. &quot;hash&quot; is  the default and is the algorithm that has been
10         used in Samba for many years. &quot;hash2&quot; is a newer and considered
11         a better algorithm (generates less collisions) in the names.
12         However, many Win32 applications store the mangled names and so
13         changing to the new algorithm must not be done
14         lightly as these applications may break unless reinstalled.</para>
15 </description>
16 <value type="default">hash2</value>
17 <value type="example">hash</value>
18 </samba:parameter>