source: vendor/current/docs-xml/smbdotconf/filename/mangleprefix.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 615 bytes
Line 
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>
11
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>
Note: See TracBrowser for help on using the repository browser.