Fix bug #1254 - write list not working under share-level security
commita808c53ec938a6aeb9f9ddc6a5a02273c7bfdcc9
authorJeremy Allison <jra@samba.org>
Thu, 4 Dec 2008 19:12:01 +0000 (4 11:12 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 4 Dec 2008 19:12:01 +0000 (4 11:12 -0800)
tree4552507b177d207361f61786f09bd313a81646a8
parentd28a0f970e06c67729d71d505c35ae1d49ad6ccc
Fix bug #1254 - write list not working under share-level security
A somewhat more elegant fix than I could use for 3.2.x or 3.0.x.
Turns out the only part of check_user_ok() that needs to change
for share level security is the VUID cache pieces, so I can just
always use check_user_ok() for all lp_security() cases.
Jeremy
source/auth/auth_util.c
source/include/proto.h
source/smbd/share_access.c
source/smbd/uid.c