File: easupport.xml

package info (click to toggle)
samba 2%3A4.9.5%2Bdfsg-5%2Bdeb10u3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124,560 kB
  • sloc: ansic: 1,450,921; python: 155,221; xml: 48,223; sh: 46,070; perl: 31,596; asm: 3,281; yacc: 2,332; cpp: 2,225; ada: 1,681; exp: 1,582; makefile: 1,366; pascal: 1,082; cs: 879; lex: 605; awk: 118; csh: 58; sed: 45
file content (34 lines) | stat: -rw-r--r-- 1,737 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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 access extended
    attributes on a share. In order to enable this parameter on a setup with default VFS modules:
    </para>
    <itemizedlist>
	<listitem><para>Samba must have been built with extended attributes support.
	</para></listitem>
	<listitem><para>The underlying filesystem exposed by the share must support extended
	attributes (e.g. the getfattr<manvolnum>1</manvolnum> / setfattr<manvolnum>1</manvolnum>
	utilities must work).
	</para></listitem>
    </itemizedlist>
    <para>
    Note that the SMB protocol allows setting attributes whose value is 64K bytes long,
    and that on NTFS, the maximum storage space for extended attributes per file is 64K.
    On most UNIX systems (Solaris and ZFS file system being the exception), the limits
    are much lower - typically 4K. Worse, the same 4K space is often used to store
    system metadata such as POSIX ACLs, or Samba's NT ACLs. Giving clients
    access to this tight space via extended attribute support could consume all
    of it by unsuspecting client applications, which would prevent changing
    system metadata due to lack of space.

    The default has changed to yes in Samba release 4.9.0 and above to allow better Windows
    fileserver compatibility in a default install.
    </para>
</description>

<value type="default">yes</value>
</samba:parameter>