IDL: use nbt_netlogon_command in cldap replies.
authorGünther Deschner <gd@samba.org>
Wed, 30 Apr 2008 13:19:32 +0000 (15:19 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Apr 2008 14:04:30 +0000 (16:04 +0200)
Guenther
(This used to be commit bc92507fb425ae56568c72298b9d7e964ae372d0)

source3/librpc/idl/nbt.idl

index 364f988e9e22850e0d5b3c8da933604fa5afddaf..2aa56534964547387314b76d4a377ecf0efbacf9 100644 (file)
@@ -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;