diff options
author | Günther Deschner <gd@samba.org> | 2008-04-30 15:19:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-30 16:04:30 +0200 |
commit | 2b0e91caeaa1087d8b03ee3a61ad57e4dd4bdec2 (patch) | |
tree | 9033ffbe2ac3b1c546399abbad4db393ba486167 /source3/librpc/idl | |
parent | 974643f6564c0d57252ae8ce0d589e68115f33ba (diff) | |
download | samba-2b0e91caeaa1087d8b03ee3a61ad57e4dd4bdec2.tar.gz samba-2b0e91caeaa1087d8b03ee3a61ad57e4dd4bdec2.tar.bz2 samba-2b0e91caeaa1087d8b03ee3a61ad57e4dd4bdec2.zip |
IDL: use nbt_netlogon_command in cldap replies.
Guenther
(This used to be commit bc92507fb425ae56568c72298b9d7e964ae372d0)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/nbt.idl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl index 364f988e9e..2aa5653496 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/librpc/idl/nbt.idl @@ -487,7 +487,7 @@ interface nbt quite identical to, the netlogon structures above */ typedef struct { - uint16 type; + nbt_netlogon_command type; nstring pdc_name; nstring user_name; nstring domain_name; @@ -497,7 +497,7 @@ interface nbt } nbt_cldap_netlogon_1; typedef struct { - uint16 type; + nbt_netlogon_command type; nstring pdc_name; nstring user_name; nstring domain_name; @@ -514,7 +514,8 @@ interface nbt } nbt_cldap_netlogon_3; typedef [public] struct { - uint32 type; + nbt_netlogon_command type; + uint16 sbz; nbt_server_type server_type; GUID domain_uuid; nbt_string forest; @@ -531,7 +532,8 @@ interface nbt } nbt_cldap_netlogon_5; typedef struct { - uint32 type; + nbt_netlogon_command type; + uint16 sbz; nbt_server_type server_type; GUID domain_uuid; nbt_string forest; |