summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/protocol/unixextensions.xml
blob: 36e72d2a9f5a4d8bd3defb466413ee7f36282efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<samba:parameter name="unix extensions"
                 context="G"
				 type="boolean"
                 advanced="1" developer="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
    <para>This boolean parameter controls whether Samba
    implements the CIFS UNIX extensions, as defined by HP.
    These extensions enable Samba to better serve UNIX CIFS clients
    by supporting features such as symbolic links, hard links, etc...
    These extensions require a similarly enabled client, and are of
    no current use to Windows clients.</para>
    <para>
    Note if this parameter is turned on, the <smbconfoption name="wide links"/>
    parameter will automatically be disabled.
</description>

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