Fix the core of the SAMR access functions. This passes make test, but
authorJeremy Allison <jra@samba.org>
Thu, 14 May 2009 22:11:50 +0000 (15:11 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 14 May 2009 22:11:50 +0000 (15:11 -0700)
commit57e03b6a1d98219d5adafff570d1cb01d8b5758e
tree20222e7259800948f481c90a3d32f71e4581501c
parentd35a3952f091f4eaad43d1a3756c24e35b34c5bd
Fix the core of the SAMR access functions. This passes make test, but
usrmgr fails against it. The core of this patch is to move all the
access mask setup into the _samr_OpenXXX functions, and then have
each specific function check the attached access_mask against the
required bits. We can then go through the MS-SAMR doc and match
things up. Signed off by Guenther, and writespace cleanup removal
by Volker.
Jeremy.
source3/rpc_server/srv_samr_nt.c