mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
Fix IDL for lsa_AddAccountRights.
Guenther (This used to be commit 7319986a3e9a640ea2d605dc7a2104f43f74f8a2)
This commit is contained in:
parent
b09b3ac8f8
commit
3329432d1f
@ -682,7 +682,7 @@ import "security.idl";
|
|||||||
} lsa_RightAttribute;
|
} lsa_RightAttribute;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32 count;
|
[range(0,256)] uint32 count;
|
||||||
[size_is(count)] lsa_StringLarge *names;
|
[size_is(count)] lsa_StringLarge *names;
|
||||||
} lsa_RightSet;
|
} lsa_RightSet;
|
||||||
|
|
||||||
@ -697,8 +697,8 @@ import "security.idl";
|
|||||||
/* Function: 0x25 */
|
/* Function: 0x25 */
|
||||||
NTSTATUS lsa_AddAccountRights (
|
NTSTATUS lsa_AddAccountRights (
|
||||||
[in] policy_handle *handle,
|
[in] policy_handle *handle,
|
||||||
[in] dom_sid2 *sid,
|
[in,ref] dom_sid2 *sid,
|
||||||
[in] lsa_RightSet *rights
|
[in,ref] lsa_RightSet *rights
|
||||||
);
|
);
|
||||||
|
|
||||||
/**********************/
|
/**********************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user