mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
24 lines
937 B
XML
24 lines
937 B
XML
<samba:parameter name="unix extensions"
|
|
context="G"
|
|
type="boolean"
|
|
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.
|
|
</para>
|
|
<para>
|
|
See the parameter <smbconfoption name="allow insecure wide links"/>
|
|
if you wish to change this coupling between the two parameters.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|