On Fri, Sep 06, 2002 at 09:45:06AM +0200, Stefan (metze) Metzmacher wrote about 'Re: [PATCH] group control bits ....':
> >> -NTSTATUS sam_skel_get_groups_of_account(const struct sam_methods > >*sam_method, const SAM_ACCOUNT_HANDLE *account, const uint32 type, uint32 > >*group_count, SAM_GROUP_ENUM **groups) > >> +NTSTATUS sam_skel_get_groups_of_sid(const struct sam_methods > >*sam_method, > >const NT_USER_TOKEN *access_token, const DOM_SID **sids, const uint32 type, > >uint32 *group_count, SAM_GROUP_ENUM **groups) > >you forgott to change the const uint32 type to uint16 group_ctrl > I fixed that :-) > I also change 'struct sam_methods' -> 'SAM_METHODS' in sam_skel.c > I also change the prototypes of sam_create_account ,sam_create_group > and set SAM_INTERFACE_VERSION 0 until we have a stable interface:-) Just to let you know - this patch is still in my patchqueue... Jelmer