1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

IDL: use nbt_netlogon_command in cldap replies.

Guenther
(This used to be commit bc92507fb425ae56568c72298b9d7e964ae372d0)
This commit is contained in:
Günther Deschner 2008-04-30 15:19:32 +02:00
parent 974643f656
commit 2b0e91caea

View 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;