security.idl: add LSAP_TOKEN_INFO_INTEGRITY
authorStefan Metzmacher <metze@samba.org>
Mon, 21 Dec 2015 08:06:56 +0000 (09:06 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2016 05:52:29 +0000 (06:52 +0100)
This is used in [MS-KILE] and implicit in [MS-NLMP].

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
librpc/idl/security.idl

index f412ffe1c97d9fd4afeaddd52037bdba0dd5ff0a..f706efd87c918d7311d05acf9c82147049494460 100644 (file)
@@ -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
         */