From 486a96a4e490b9e9ded2055080fb14ab68aaf8d7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 May 2008 17:24:38 +0200 Subject: IDL: Add nbt_cldap_netlogon_15. Guenther (This used to be commit 5e91bd1d2bfe458c6f8b3696f99e0f75e43cbae8) --- source3/librpc/idl/nbt.idl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'source3/librpc/idl/nbt.idl') diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl index be503f900a..08bdebe2ed 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/librpc/idl/nbt.idl @@ -551,6 +551,25 @@ interface nbt uint16 lm20_token; } nbt_cldap_netlogon_13; + typedef [public] struct { + nbt_netlogon_command type; + uint16 sbz; + nbt_server_type server_type; + GUID domain_uuid; + nbt_string forest; + nbt_string dns_domain; + nbt_string pdc_dns_name; + nbt_string domain; + nbt_string pdc_name; + nbt_string user_name; + nbt_string server_site; + nbt_string client_site; + nbt_string next_closest_site; + [value(15)] nbt_netlogon_version nt_version; + uint16 lmnt_token; + uint16 lm20_token; + } nbt_cldap_netlogon_15; + typedef [public] struct { nbt_netlogon_command type; uint16 sbz; -- cgit