docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / filename / mangleprefix.xml
blob8cb7dea6cc55a11f1a949cc37816c25e0b435cca
1 <samba:parameter name="mangle prefix"
2                  context="G"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para> controls the number of prefix
7         characters from the original name used when generating
8         the mangled names. A larger value will give a weaker
9         hash and therefore more name collisions. The minimum
10         value is 1 and the maximum value is 6.</para>
12         <para>
13         mangle prefix is effective only when mangling method is hash2.
14         </para>
15 </description>
16 <value type="default">1</value>
17 <value type="example">4</value>
18 </samba:parameter>