summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/nbt.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/idl/nbt.idl')
-rw-r--r--source3/librpc/idl/nbt.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl
index 4dc7972e45..cfae5ca4a5 100644
--- a/source3/librpc/idl/nbt.idl
+++ b/source3/librpc/idl/nbt.idl
@@ -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 {