]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-librpc: add ODJ_PROVISION_DATA pointer to libnet_JoinCtx
authorGünther Deschner <gd@samba.org>
Mon, 15 Feb 2021 16:34:55 +0000 (17:34 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 14 Jul 2021 16:49:30 +0000 (16:49 +0000)
It will be used later to pass in offline domain join structs to serve
request offline domain join requests.

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source3/librpc/idl/libnet_join.idl
source3/librpc/wscript_build

index 2c49ec5b158c201f9219ecbe61745ca11518f203..dce654e0b77e6fbd38d9efc4520d8c5091fda7cd 100644 (file)
@@ -1,6 +1,6 @@
 #include "idl_types.h"
 
-import "wkssvc.idl", "security.idl", "misc.idl", "netlogon.idl";
+import "wkssvc.idl", "security.idl", "misc.idl", "netlogon.idl", "ODJ.idl";
 
 /*
   libnetjoin interface definition
@@ -46,6 +46,7 @@ interface libnetjoin
                [in,noprint] messaging_context *msg_ctx,
                [in] uint32 desired_encryption_types,
                [in] boolean8 provision_computer_account_only,
+               [in,out,unique] ODJ_PROVISION_DATA *odj_provision_data,
                [out] string account_name,
                [out] string netbios_domain_name,
                [out] string dns_domain_name,
index c1fa54c0f53c4345842173d59ed1a344a2e65389..a0f1a9d05ff984c5d63cf7bba54fc4e7c2ee7891 100644 (file)
@@ -9,7 +9,7 @@ bld.SAMBA3_SUBSYSTEM('NDR_LIBNETAPI',
 
 bld.SAMBA3_SUBSYSTEM('NDR_LIBNET_JOIN',
        source='gen_ndr/ndr_libnet_join.c',
-       public_deps='ndr krb5samba'
+       public_deps='ndr krb5samba NDR_ODJ'
        )
 
 bld.SAMBA3_SUBSYSTEM('NDR_OPEN_FILES',