summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-03-11 16:02:27 +0100
committerStefan Metzmacher <metze@samba.org>2016-03-14 16:19:23 +0100
commit4a49f6fac9d6c77d1eedf914308e67eb6e2baa8d (patch)
treee298722c00f7004733980acb28baecf3b8899b5d
parentdf8f79cc9d44ad7b2caa6b86b7ebde7bb1fd4c8c (diff)
downloadsamba-4a49f6fac9d6c77d1eedf914308e67eb6e2baa8d.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>
-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(