diff options
author | Jeremy Allison <jra@samba.org> | 2010-02-05 15:20:18 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-02-05 15:20:18 -0800 |
commit | bd269443e311d96ef495a9db47d1b95eb83bb8f4 (patch) | |
tree | 5324577b3945cd4184da50e8b4f2ccc018a5621a /docs-xml/smbdotconf/protocol | |
parent | abbd0f9195fe9b4feb29b86a04c88be001e2737a (diff) | |
download | samba-bd269443e311d96ef495a9db47d1b95eb83bb8f4.tar.gz samba-bd269443e311d96ef495a9db47d1b95eb83bb8f4.tar.bz2 samba-bd269443e311d96ef495a9db47d1b95eb83bb8f4.zip |
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
Change parameter "wide links" to default to "no".
Ensure "wide links = no" if "unix extensions = yes" on a share.
Fix man pages to refect this.
Remove "within share" checks for a UNIX symlink set - even if
widelinks = no. The server will not follow that link anyway.
Correct DEBUG message in check_reduced_name() to add missing "\n"
so it's really clear when a path is being denied as it's outside
the enclosing share path.
Jeremy.
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r-- | docs-xml/smbdotconf/protocol/unixextensions.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/unixextensions.xml b/docs-xml/smbdotconf/protocol/unixextensions.xml index da9ad10a29..36e72d2a9f 100644 --- a/docs-xml/smbdotconf/protocol/unixextensions.xml +++ b/docs-xml/smbdotconf/protocol/unixextensions.xml @@ -10,6 +10,9 @@ 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. </description> <value type="default">yes</value> |