summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-09 17:24:38 +0200
committerKarolin Seeger <kseeger@samba.org>2008-05-22 20:01:08 +0200
commit004aba31ec9872e4a4e1fa3307016f521392e0eb (patch)
tree9f78e0bc8b94529a52b5e327c791f01c68b4a4e7 /source/librpc
parent33448c9881d06e4329fe5ae0e61ed24eada018c3 (diff)
downloadsamba-004aba31ec9872e4a4e1fa3307016f521392e0eb.tar.gz
samba-004aba31ec9872e4a4e1fa3307016f521392e0eb.tar.xz
samba-004aba31ec9872e4a4e1fa3307016f521392e0eb.zip
IDL: Add nbt_cldap_netlogon_15.
Guenther (cherry picked from commit 5e91bd1d2bfe458c6f8b3696f99e0f75e43cbae8)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/nbt.idl19
1 files changed, 19 insertions, 0 deletions
diff --git a/source/librpc/idl/nbt.idl b/source/librpc/idl/nbt.idl
index be503f900a9..08bdebe2eda 100644
--- a/source/librpc/idl/nbt.idl
+++ b/source/librpc/idl/nbt.idl
@@ -564,6 +564,25 @@ interface nbt
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;
+ 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;
uint8 dc_sock_addr_size;
[subcontext(0),subcontext_size(dc_sock_addr_size)] nbt_dc_sock_addr dc_sock_addr;
nbt_string next_closest_site;