s3: vfs: vfs_afsacl. refuse_symlink() means we can always use STAT here.
authorJeremy Allison <jra@samba.org>
Tue, 15 Mar 2016 18:46:58 +0000 (11:46 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 24 Mar 2016 21:57:16 +0000 (22:57 +0100)
commitfeb297ca73c03907cf1f379a97a4707ad034e7c3
tree9582c0989c7cb5e431aed8cd790a4f6a9475fd8b
parent8d8c204d37a2adb9e20a3de81da6cda138089dce
s3: vfs: vfs_afsacl. refuse_symlink() means we can always use STAT here.

For a posix acl call on a symlink, we've already refused it.
For a Windows acl mapped call on a symlink, we want to follow
it.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source3/modules/vfs_afsacl.c