nbt: add nbt_netlogon_response2 to IDL.
[samba.git] / librpc / idl / nbt.idl
index f14344b1b0ba8800beabf287ff6f095f72a5eeee..165a55cfa0e5446db0a98087f97ee09e38def728 100644 (file)
@@ -380,6 +380,7 @@ interface nbt
 
        typedef [enum16bit,public] enum {
                LOGON_REQUEST                     = 0,
+               LOGON_RESPONSE2                   = 6,
                LOGON_PRIMARY_QUERY               = 7,  /* Was also NETLOGON_QUERY_FOR_PDC */
                NETLOGON_ANNOUNCE_UAS             = 10,
                NETLOGON_RESPONSE_FROM_PDC        = 12,
@@ -504,6 +505,12 @@ interface nbt
                uint16               lm20_token;
        } nbt_netlogon_response_from_pdc;
 
+       typedef [flag(NDR_NOALIGN),public] struct {
+               netlogon_command command;
+               astring pdc_name;
+               uint16 lm20_token;
+       } nbt_netlogon_response2;
+
        typedef enum netr_SamDatabaseID netr_SamDatabaseID;
 
        /* used to announce SAM changes - MS-NRPC 2.2.1.5.1 */