1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/docs-xml/smbdotconf/filename/manglingmethod.xml
Günther Deschner c0bdd8011c docs: remove duplicate "used" from smb.conf manpage.
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Nov 19 14:40:40 CET 2013 on sn-devel-104
2013-11-19 14:40:40 +01:00

19 lines
879 B
XML

<samba:parameter name="mangling method"
context="G"
type="string"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para> controls the algorithm used for the generating
the mangled names. Can take two different values, &quot;hash&quot; and
&quot;hash2&quot;. &quot;hash&quot; is the algorithm that was
used in Samba for many years and was the default in Samba 2.2.x &quot;hash2&quot; is
now the default and is newer and considered a better algorithm (generates less collisions) in
the names. Many Win32 applications store the mangled names and so
changing to algorithms must not be done lightly as these applications
may break unless reinstalled.</para>
</description>
<value type="default">hash2</value>
<value type="example">hash</value>
</samba:parameter>