1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.

Guenther
This commit is contained in:
Günther Deschner
2009-09-10 22:53:44 +02:00
parent 8bd730f5ad
commit 3c70480f3b
3 changed files with 22 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ extern const struct poptOption popt_common_dynconfig[];
struct user_auth_info {
char *username;
char *domain;
char *password;
bool got_pass;
bool use_kerberos;