~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/widelinks.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="wide links"
 
2
                 context="S"
 
3
                 type="boolean"
 
4
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
5
<description>
 
6
        <para>This parameter controls whether or not links 
 
7
        in the UNIX file system may be followed by the server. Links 
 
8
        that point to areas within the directory tree exported by the 
 
9
        server are always allowed; this parameter controls access only 
 
10
        to areas that are outside the directory tree being exported.</para>
 
11
 
 
12
        <para>Note: Turning this parameter on when UNIX extensions are enabled
 
13
        will allow UNIX clients to create symbolic links on the share that
 
14
        can point to files or directories outside restricted path exported
 
15
        by the share definition. This can cause access to areas outside of
 
16
        the share. Due to this problem, this parameter will be automatically
 
17
        disabled (with a message in the log file) if the
 
18
        <smbconfoption name="unix extensions"/> option is on.
 
19
        </para>
 
20
</description>
 
21
 
 
22
<value type="default">no</value>
 
23
</samba:parameter>