diff options
Diffstat (limited to 'docs/docbook/smbdotconf/protocol/unixextensions.xml')
-rw-r--r-- | docs/docbook/smbdotconf/protocol/unixextensions.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/protocol/unixextensions.xml b/docs/docbook/smbdotconf/protocol/unixextensions.xml new file mode 100644 index 0000000000..d0adde9d27 --- /dev/null +++ b/docs/docbook/smbdotconf/protocol/unixextensions.xml @@ -0,0 +1,12 @@ +<samba:parameter xmlns:samba="http://samba.org/common"> + <term><anchor id="UNIXEXTENSIONS"/>unix extensions(G)</term> + <listitem><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> + + <para>Default: <command moreinfo="none">unix extensions = no</command></para> + </listitem> + </samba:parameter> |