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

s3-libnetapi: add libnetapi_set_logfile()

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-15 17:33:46 +01:00
parent 927390bae5
commit 1c62cac7f2
3 changed files with 28 additions and 0 deletions

View File

@ -1429,6 +1429,12 @@ NET_API_STATUS libnetapi_get_use_kerberos(struct libnetapi_ctx *ctx,
/****************************************************************
****************************************************************/
NET_API_STATUS libnetapi_set_logfile(struct libnetapi_ctx *ctx,
const char *logfile);
/****************************************************************
****************************************************************/
NET_API_STATUS libnetapi_set_use_ccache(struct libnetapi_ctx *ctx);
/****************************************************************