IDL: Add NTLOGON_RESPONSE_FROM_PDC2 to nbt_logon_request.
authorGünther Deschner <gd@samba.org>
Mon, 21 Apr 2008 17:27:45 +0000 (19:27 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 21 Apr 2008 18:21:39 +0000 (20:21 +0200)
Guenther

source/librpc/idl/nbt.idl

index 4dc7972e45016fdafa9b34809104069852a1d102..cfae5ca4a505a1441a1fce1936a007de6df88130 100644 (file)
@@ -550,7 +550,8 @@ interface nbt
        typedef enum {
                NTLOGON_SAM_LOGON         = 0x12,
                NTLOGON_SAM_LOGON_REPLY   = 0x13,
-               NTLOGON_SAM_LOGON_REPLY15 = 0x15
+               NTLOGON_SAM_LOGON_REPLY15 = 0x15,
+               NTLOGON_RESPONSE_FROM_PDC2 = 0x17
        } nbt_ntlogon_command;
 
        typedef struct {
@@ -579,7 +580,7 @@ interface nbt
                [case(NTLOGON_SAM_LOGON)]       nbt_ntlogon_sam_logon logon;
                [case(NTLOGON_SAM_LOGON_REPLY)] nbt_ntlogon_sam_logon_reply reply;
                [case(NTLOGON_SAM_LOGON_REPLY15)] nbt_ntlogon_sam_logon_reply reply;
-               [case(NETLOGON_RESPONSE_FROM_PDC2)] nbt_netlogon_response_from_pdc2 reply2;
+               [case(NTLOGON_RESPONSE_FROM_PDC2)] nbt_netlogon_response_from_pdc2 reply2;
        } nbt_ntlogon_request;
 
        typedef [flag(NDR_NOALIGN),public] struct {