Add all the source files from the old CVS tree,
[import/samba-docs-svnimport.git] / smbdotconf / protocol / easupport.xml
1 <samba:parameter name="ea support"
2                  context="S"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7     <para>This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>                                       
8     <manvolnum>8</manvolnum></citerefentry> will allow clients to attempt to store OS/2 style Extended
9     attributes on a share. In order to enable this parameter the underlying filesystem exported by
10     the share must support extended attributes (such as provided on XFS and EXT3 on Linux, with the
11     correct kernel patches). On Linux the filesystem must have been mounted with the mount option user_xattr.</para>
12 </description>
13
14 <value type="default">no</value>
15 </samba:parameter>