s3:librpc:idl:libnet_join: add encryption types to libnet_JoinCtx.
authorGünther Deschner <gd@samba.org>
Fri, 11 Mar 2016 15:02:27 +0000 (16:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 14 Mar 2016 15:19:23 +0000 (16:19 +0100)
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>
source3/librpc/idl/libnet_join.idl

index 61c117eb3b9a3aae7add2f39fb0b1d2145fbfc66..63ea1df985dbebff2a06a501e9641fa171d4023b 100644 (file)
@@ -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(