source: branches/samba-3.5.x/docs-xml/smbdotconf/filename/mangleprefix.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 646 bytes
Line 
1<samba:parameter name="mangle prefix"
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 number of prefix
8 characters from the original name used when generating
9 the mangled names. A larger value will give a weaker
10 hash and therefore more name collisions. The minimum
11 value is 1 and the maximum value is 6.</para>
12
13 <para>
14 mangle prefix is effective only when mangling method is hash2.
15 </para>
16</description>
17<value type="default">1</value>
18<value type="example">4</value>
19</samba:parameter>
Note: See TracBrowser for help on using the repository browser.