summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/protocol/unixextensions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/smbdotconf/protocol/unixextensions.xml')
-rw-r--r--docs/smbdotconf/protocol/unixextensions.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/smbdotconf/protocol/unixextensions.xml b/docs/smbdotconf/protocol/unixextensions.xml
new file mode 100644
index 0000000000..ab2427ca26
--- /dev/null
+++ b/docs/smbdotconf/protocol/unixextensions.xml
@@ -0,0 +1,16 @@
+<samba:parameter name="unix extensions"
+ context="G"
+ type="boolean"
+ advanced="1" developer="1"
+ xmlns:samba="http://samba.org/common">
+ <description>
+ <para>This boolean parameter controls whether Samba
+ implments 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>
+</description>
+
+<value type="default">yes</value>
+</samba:parameter>