Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabled
authorJeremy Allison <jra@samba.org>
Tue, 23 Nov 2010 22:21:25 +0000 (14:21 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Nov 2010 17:14:46 +0000 (18:14 +0100)
commit67235a5532a00e6ccb41748dc9a8c3e9159ba79e
treea80b2a487706236436b5249d5d48b1359b03b548
parent941129fb70261d4871de4804a81ce82e23d9d0f7
Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabled

We were losing the incoming security descriptor revision number and
most importantly the "type" field as sent by the client. Ensure we
correctly store these in the xattr object.

Jeremy.
source3/modules/vfs_acl_common.c