mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
Add basic credential functions for libnetapi.
Guenther
This commit is contained in:
@@ -31,6 +31,9 @@ struct libnetapi_ctx {
|
||||
|
||||
NET_API_STATUS libnetapi_init(struct libnetapi_ctx **ctx);
|
||||
NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx);
|
||||
NET_API_STATUS libnetapi_set_username(struct libnetapi_ctx *ctx, const char *username);
|
||||
NET_API_STATUS libnetapi_set_password(struct libnetapi_ctx *ctx, const char *password);
|
||||
NET_API_STATUS libnetapi_set_workgroup(struct libnetapi_ctx *ctx, const char *workgroup);
|
||||
|
||||
#include "joindomain.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user