1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3-libnetapi: add NetRequestOfflineDomainJoin() boilerplate.

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Günther Deschner
2021-02-08 13:59:40 +01:00
parent c97dac6d1b
commit 0816a3d9e6
3 changed files with 73 additions and 0 deletions

View File

@ -75,6 +75,14 @@ WERROR NetProvisionComputerAccount_r(struct libnetapi_ctx *ctx,
struct NetProvisionComputerAccount *r);
WERROR NetProvisionComputerAccount_l(struct libnetapi_ctx *ctx,
struct NetProvisionComputerAccount *r);
NET_API_STATUS NetRequestOfflineDomainJoin(uint8_t *provision_bin_data /* [in] [unique] */,
uint32_t provision_bin_data_size /* [in] */,
uint32_t options /* [in] */,
const char * windows_path /* [in] [unique] */);
WERROR NetRequestOfflineDomainJoin_r(struct libnetapi_ctx *ctx,
struct NetRequestOfflineDomainJoin *r);
WERROR NetRequestOfflineDomainJoin_l(struct libnetapi_ctx *ctx,
struct NetRequestOfflineDomainJoin *r);
NET_API_STATUS NetServerGetInfo(const char * server_name /* [in] [unique] */,
uint32_t level /* [in] */,
uint8_t **buffer /* [out] [ref] */);