mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
4a6a010e78
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
17 lines
913 B
XML
17 lines
913 B
XML
<samba:parameter name="ea support"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> will allow clients to attempt to store OS/2 style Extended
|
|
attributes on a share. In order to enable this parameter the underlying filesystem exported by
|
|
the share must support extended attributes (such as provided on XFS and EXT3 on Linux, with the
|
|
correct kernel patches). On Linux the filesystem must have been mounted with the mount
|
|
option user_xattr in order for extended attributes to work, also
|
|
extended attributes must be compiled into the Linux kernel.</para>
|
|
</description>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|