docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / protocol / easupport.xml
blob4c98267e5da36eb4f8b357b3438a82cb125df691
1 <samba:parameter name="ea support"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>                                       
7     <manvolnum>8</manvolnum></citerefentry> will allow clients to attempt to store OS/2 style Extended
8     attributes on a share. In order to enable this parameter the underlying filesystem exported by
9     the share must support extended attributes (such as provided on XFS and EXT3 on Linux, with the
10     correct kernel patches). On Linux the filesystem must have been mounted with the mount
11         option user_xattr in order for extended attributes to work, also
12                 extended attributes must be compiled into the Linux kernel.</para>
13 </description>
15 <value type="default">no</value>
16 </samba:parameter>