1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

Getting rid of external credentials in libnetapi.

Guenther
This commit is contained in:
Günther Deschner
2007-12-18 02:15:49 +01:00
parent c818f5505a
commit c10481dba0
2 changed files with 11 additions and 8 deletions

View File

@@ -22,6 +22,9 @@
struct libnetapi_ctx {
int debuglevel;
char *username;
char *workgroup;
char *password;
};
WERROR libnetapi_init(struct libnetapi_ctx **ctx);