diff options
-rw-r--r-- | source3/librpc/idl/libnet_join.idl | 4 |
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( |