s3: vfs: vfs_hpuxacl. refuse_symlink() means we can always use STAT here.
authorJeremy Allison <jra@samba.org>
Fri, 11 Mar 2016 22:29:20 +0000 (14:29 -0800)
committerUri Simchoni <uri@samba.org>
Tue, 15 Mar 2016 07:29:30 +0000 (08:29 +0100)
commitf690c1cfc8a53bd8c9b3e7e8fc6122d09ed7aa36
treed613f3a6e6276a930024c2ce197ef44110c29a73
parent7b431eba22444d2e0d872de781a8193dcfa6d252
s3: vfs: vfs_hpuxacl. 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_hpuxacl.c