Fix bug 7581 - Users in "admin users" in smb.conf file are unable to read/write all...
authorJeremy Allison <jra@samba.org>
Fri, 13 Aug 2010 00:02:30 +0000 (17:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 27 Sep 2010 19:29:00 +0000 (21:29 +0200)
commitdeb10a581c78bd1ad44059766478ffa920a853c6
treea032d132f1f29ef22993e2b38ae137468c54ce6a
parent8f935033f2d679331d6f9a86f7f0474964ac28b1
Fix bug 7581 - Users in "admin users" in smb.conf file are unable to read/write all files when the acl_xattr vfs module is used.

Correctly check admin users in smb1_file_se_access_check().

Jeremy.
(cherry picked from commit 383477789445d42d0d7451fea770c456625f16e1)
source3/include/proto.h
source3/modules/vfs_acl_common.c
source3/smbd/open.c