Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
authorJeremy Allison <jra@samba.org>
Sat, 6 Feb 2010 00:22:27 +0000 (16:22 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Feb 2010 09:28:05 +0000 (10:28 +0100)
commit9e64c33b7757dd4528a9c8d31d0c0c159a33daf8
treea991bbd1e0400b993ad2b81fec1d3225a4bb4f7b
parent4dd841cf3f71b33a18db70bbbb968a647aaa8efc
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.
docs-xml/smbdotconf/misc/widelinks.xml
docs-xml/smbdotconf/protocol/unixextensions.xml
source3/param/loadparm.c
source3/smbd/service.c
source3/smbd/trans2.c
source3/smbd/vfs.c