Re: [PATCH] group control bits ....

2002-09-11 Thread Stefan (metze) Metzmacher
At 23:29 10.09.2002 +0200, Jelmer Vernooij wrote: 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

Re: [PATCH] group control bits ....

2002-09-11 Thread Jelmer Vernooij
On Wed, Sep 11, 2002 at 08:27:21AM +0200, Stefan (metze) Metzmacher wrote about 'Re: [PATCH] group control bits ': At 23:29 10.09.2002 +0200, Jelmer Vernooij wrote: On Fri, Sep 06, 2002 at 09:45:06AM +0200, Stefan (metze) Metzmacher wrote about 'Re: [PATCH] group control bits

Re: [PATCH] group control bits ....

2002-09-06 Thread Stefan (metze) Metzmacher
-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,

Re: [PATCH] group control bits ....

2002-09-05 Thread Kai Krueger
- Original Message - From: Stefan (metze) Metzmacher [EMAIL PROTECTED] To: Jelmer Vernooij [EMAIL PROTECTED]; Andrew Bartlett [EMAIL PROTECTED]; Kai Krueger [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 05, 2002 7:39 PM Subject: [PATCH] group control bits

[PATCH] group control bits ....

2002-09-04 Thread Stefan (metze) Metzmacher
Hi Jelmer, Andrew, Kai, here's a patch witch : add uint16 group_ctrl; to SAM_GROUP_HANDLE and SAM_GROUP_ENUM change the sam_enum_accounts and sam_enum_groups to use acct_ctrl or group_ctrl. and remove the uint32 tpye from sam_get_groups_of_account (I don't see the need of them:-) I also

[PATCH] group control bits ....

2002-09-04 Thread Stefan (metze) Metzmacher
Attach the file :-) ...I go to bed now! Hi Jelmer, Andrew, Kai, here's a patch witch : add uint16 group_ctrl; to SAM_GROUP_HANDLE and SAM_GROUP_ENUM change the sam_enum_accounts and sam_enum_groups to use acct_ctrl or group_ctrl. and remove the uint32 tpye from sam_get_groups_of_account (I