summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/misc/widelinks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/smbdotconf/misc/widelinks.xml')
-rw-r--r--docs/docbook/smbdotconf/misc/widelinks.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/misc/widelinks.xml b/docs/docbook/smbdotconf/misc/widelinks.xml
new file mode 100644
index 0000000000..ead3569fd9
--- /dev/null
+++ b/docs/docbook/smbdotconf/misc/widelinks.xml
@@ -0,0 +1,17 @@
+<samba:parameter name="wide links"
+ context="S"
+ xmlns:samba="http://samba.org/common">
+ <listitem>
+ <para>This parameter controls whether or not links
+ in the UNIX file system may be followed by the server. Links
+ that point to areas within the directory tree exported by the
+ server are always allowed; this parameter controls access only
+ to areas that are outside the directory tree being exported.</para>
+
+ <para>Note that setting this parameter can have a negative
+ effect on your server performance due to the extra system calls
+ that Samba has to do in order to perform the link checks.</para>
+
+ <para>Default: <command moreinfo="none">wide links = yes</command></para>
+</listitem>
+</samba:parameter>