Add all the source files from the old CVS tree,
[Samba.git] / docs / smbdotconf / protocol / easupport.xml
blobb64130b62024358a23eb091955d66b693abc3a22
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>
14 <value type="default">no</value>
15 </samba:parameter>