Next update of VFS modules development guide
[vlendec/samba-autobuild/.git] / docs / 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://www.samba.org/samba/DTD/samba-doc">
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
12         option user_xattr in order for extended attributes to work, also
13                 extended attributes must be compiled into the Linux kernel.</para>
14 </description>
15
16 <value type="default">no</value>
17 </samba:parameter>