mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
nbt: add nbt_netlogon_response2 to IDL.
Guenther
This commit is contained in:
parent
8f8ff8bb29
commit
1217809c46
@ -380,6 +380,7 @@ interface nbt
|
||||
|
||||
typedef [enum16bit,public] enum {
|
||||
LOGON_REQUEST = 0,
|
||||
LOGON_RESPONSE2 = 6,
|
||||
LOGON_PRIMARY_QUERY = 7, /* Was also NETLOGON_QUERY_FOR_PDC */
|
||||
NETLOGON_ANNOUNCE_UAS = 10,
|
||||
NETLOGON_RESPONSE_FROM_PDC = 12,
|
||||
@ -504,6 +505,12 @@ interface nbt
|
||||
uint16 lm20_token;
|
||||
} nbt_netlogon_response_from_pdc;
|
||||
|
||||
typedef [flag(NDR_NOALIGN),public] struct {
|
||||
netlogon_command command;
|
||||
astring pdc_name;
|
||||
uint16 lm20_token;
|
||||
} nbt_netlogon_response2;
|
||||
|
||||
typedef enum netr_SamDatabaseID netr_SamDatabaseID;
|
||||
|
||||
/* used to announce SAM changes - MS-NRPC 2.2.1.5.1 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user