source: vendor/current/docs-xml/smbdotconf/protocol/unixextensions.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 937 bytes
Line 
1<samba:parameter name="unix extensions"
2 context="G"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6 <para>This boolean parameter controls whether Samba
7 implements the CIFS UNIX extensions, as defined by HP.
8 These extensions enable Samba to better serve UNIX CIFS clients
9 by supporting features such as symbolic links, hard links, etc...
10 These extensions require a similarly enabled client, and are of
11 no current use to Windows clients.</para>
12 <para>
13 Note if this parameter is turned on, the <smbconfoption name="wide links"/>
14 parameter will automatically be disabled.
15 </para>
16 <para>
17 See the parameter <smbconfoption name="allow insecure wide links"/>
18 if you wish to change this coupling between the two parameters.
19 </para>
20</description>
21
22<value type="default">yes</value>
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.