Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / filename / mangledstack.xml
blob3e6099ba92fe4c5062e9815c3e392de4ff4c8000
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="MANGLEDSTACK"/>mangled stack (G)</term>
3                 <listitem><para>This parameter controls the number of mangled names 
4                 that should be cached in the Samba server <citerefentry><refentrytitle>smbd</refentrytitle>
5                 <manvolnum>8</manvolnum></citerefentry>.</para>
7                 <para>This stack is a list of recently mangled base names 
8                 (extensions are only maintained if they are longer than 3 characters 
9                 or contains upper case characters).</para>
11                 <para>The larger this value, the more likely it is that mangled 
12                 names can be successfully converted to correct long UNIX names. 
13                 However, large stack sizes will slow most directory accesses. Smaller 
14                 stacks save memory in the server (each stack element costs 256 bytes).
15                 </para>
17                 <para>It is not possible to absolutely guarantee correct long 
18                 filenames, so be prepared for some surprises!</para>
20                 <para>Default: <command moreinfo="none">mangled stack = 50</command></para>
21                 <para>Example: <command moreinfo="none">mangled stack = 100</command></para>
22                 </listitem>
23                 </samba:parameter>