mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
security.idl: add LSAP_TOKEN_INFO_INTEGRITY
This is used in [MS-KILE] and implicit in [MS-NLMP]. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11804 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (cherry picked from commit 1f88812316144b06b11eb3dc90a6081cb57783da)
This commit is contained in:
parent
62d31f6496
commit
159be66873
@ -651,6 +651,15 @@ interface security
|
||||
SECINFO_BACKUP |
|
||||
0);
|
||||
|
||||
/*
|
||||
* See [MS-KILE] 2.2.5 LSAP_TOKEN_INFO_INTEGRITY
|
||||
*/
|
||||
typedef [public,gensize,flag(NDR_PAHEX)] struct {
|
||||
uint32 Flags;
|
||||
uint32 TokenIL;
|
||||
uint8 MachineId[32];
|
||||
} LSAP_TOKEN_INFO_INTEGRITY;
|
||||
|
||||
/*
|
||||
* See [MS-KILE] 2.2.6 Supported Encryption Types Bit Flags
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user