summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2021-02-13 02:27:03 +0100
committerGünther Deschner <gd@samba.org>2021-07-14 16:49:30 +0000
commitf37d5ea243fbf42676640a4f036d13c3ef90ba09 (patch)
tree3864c99d78235d3e4e97551710b9724c78cc5e61 /source3/librpc
parent9d9a11321195d6c5429eb6a773187157c816fe8b (diff)
downloadsamba-f37d5ea243fbf42676640a4f036d13c3ef90ba09.tar.gz
s3-libnet_join: let libnetjoin return a netr_DsRGetDCNameInfo
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/libnet_join.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 7c4fff2abf4..018018b6dc2 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -1,6 +1,6 @@
#include "idl_types.h"
-import "wkssvc.idl", "security.idl", "misc.idl";
+import "wkssvc.idl", "security.idl", "misc.idl", "netlogon.idl";
/*
libnetjoin interface definition
@@ -57,7 +57,8 @@ interface libnetjoin
[out] string error_string,
[out] boolean8 domain_is_ad,
[out] uint32 set_encryption_types,
- [out] string krb5_salt
+ [out] string krb5_salt,
+ [out,unique] netr_DsRGetDCNameInfo *dcinfo
);
[nopush,nopull,noopnum] WERROR libnet_UnjoinCtx(