~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/protocol/easupport.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>