]> git.ipfire.org Git - thirdparty/samba.git/commit
Fix bug #1254 - write list not working under share-level security
authorJeremy Allison <jra@samba.org>
Thu, 4 Dec 2008 19:12:01 +0000 (11:12 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 11 Dec 2008 09:27:15 +0000 (10:27 +0100)
commitcc85a00fa574f29167d8e7c7821a158001194318
tree8bf4c01605f6ad4d086afe119abc46024bdb1eac
parent68276aa400cb126513de06ad227febe737ec11b6
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
(cherry picked from commit a808c53ec938a6aeb9f9ddc6a5a02273c7bfdcc9)
source/auth/auth_util.c
source/include/proto.h
source/smbd/share_access.c
source/smbd/uid.c