From: Günther Deschner Date: Fri, 9 May 2008 15:24:38 +0000 (+0200) Subject: IDL: Add nbt_cldap_netlogon_15. X-Git-Tag: samba-4.0.0alpha6~801^2~1440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=486a96a4e490b9e9ded2055080fb14ab68aaf8d7;p=thirdparty%2Fsamba.git IDL: Add nbt_cldap_netlogon_15. Guenther (This used to be commit 5e91bd1d2bfe458c6f8b3696f99e0f75e43cbae8) --- diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl index be503f900a9..08bdebe2eda 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;