Next update of VFS modules development guide
[samba.git] / docs / smbdotconf / filename / manglingmethod.xml
1 <samba:parameter name="mangling method"
2                          context="G"
3                                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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 algorithm that was used
10         used in Samba for many years and was the default in Samba 2.2.x &quot;hash2&quot; is
11         now the default and is newer and considered a better algorithm (generates less collisions) in
12         the names. Many Win32 applications store the mangled names and so
13         changing to algorithms must not be done lightly as these applications
14         may break unless reinstalled.</para>
15 </description>
16 <value type="default">hash2</value>
17 <value type="example">hash</value>
18 </samba:parameter>