summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-03-11 16:02:27 +0100
committerKarolin Seeger <kseeger@samba.org>2016-03-15 20:29:33 +0100
commitacc8dd2ab2798dd6553b2dbb2c02cf851bc47d3d (patch)
tree243d9c7efa4310aad6da932f04c32a676f834d95 /source3
parente2b8b2cf5a96921f615055e31d6516d13c76832b (diff)
downloadsamba-acc8dd2ab2798dd6553b2dbb2c02cf851bc47d3d.tar.gz
s3:librpc:idl:libnet_join: add encryption types to libnet_JoinCtx.
Guenther BUG: https://bugzilla.samba.org/show_bug.cgi?id=11755 Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 4a49f6fac9d6c77d1eedf914308e67eb6e2baa8d)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/libnet_join.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 61c117eb3b9..63ea1df985d 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -43,6 +43,7 @@ interface libnetjoin
[in] boolean8 use_kerberos,
[in] netr_SchannelType secure_channel_type,
[in,noprint] messaging_context *msg_ctx,
+ [in] uint32 desired_encryption_types,
[out] string account_name,
[out] string netbios_domain_name,
[out] string dns_domain_name,
@@ -51,7 +52,8 @@ interface libnetjoin
[out] dom_sid *domain_sid,
[out] boolean8 modified_config,
[out] string error_string,
- [out] boolean8 domain_is_ad
+ [out] boolean8 domain_is_ad,
+ [out] uint32 set_encryption_types
);
[nopush,nopull,noopnum] WERROR libnet_UnjoinCtx(