summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-30 15:19:32 +0200
committerKarolin Seeger <kseeger@samba.org>2008-05-22 20:00:58 +0200
commit130e878f489d42c5ddf24575ebe65b888c1489e7 (patch)
tree553eae73c53c1d90f88508c4b00bd593ba95a878 /source/librpc
parent6dd9df73c51391458deca2965b500be4d8d40e71 (diff)
downloadsamba-130e878f489d42c5ddf24575ebe65b888c1489e7.tar.gz
samba-130e878f489d42c5ddf24575ebe65b888c1489e7.tar.xz
samba-130e878f489d42c5ddf24575ebe65b888c1489e7.zip
IDL: use nbt_netlogon_command in cldap replies.
Guenther (cherry picked from commit bc92507fb425ae56568c72298b9d7e964ae372d0)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/nbt.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/librpc/idl/nbt.idl b/source/librpc/idl/nbt.idl
index 364f988e9e2..2aa56534964 100644
--- a/source/librpc/idl/nbt.idl
+++ b/source/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;