s3-libnetapi: add NetRequestOfflineDomainJoin to IDL
authorGünther Deschner <gd@samba.org>
Mon, 8 Feb 2021 12:44:54 +0000 (13:44 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 14 Jul 2021 16:49:30 +0000 (16:49 +0000)
Guenther

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

index ae09a1c2d1f53521b1fcf04100fa865643cc3cd0..15cac524607f73d9ae469eeb824913beef855b47 100644 (file)
@@ -149,6 +149,21 @@ interface libnetapi
                [in,out,unique] string **provision_text_data
                );
 
+       /*******************************************/
+       /* NetRequestOfflineDomainJoin             */
+       /*******************************************/
+
+       typedef [public,bitmap32bit] bitmap {
+               NETSETUP_PROVISION_ONLINE_CALLER = 0x40000000
+       } NetProvisionJoinFlags;
+
+       [nopush,nopull] NET_API_STATUS NetRequestOfflineDomainJoin(
+               [in,unique] uint8 *provision_bin_data,
+               [in] uint32 provision_bin_data_size,
+               [in] NetProvisionJoinFlags options,
+               [in,unique] string *windows_path
+       );
+
        /*******************************************/
        /* NetServerGetInfo                        */
        /*******************************************/