diff options
author | Günther Deschner <gd@samba.org> | 2009-09-10 22:53:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-11 00:36:59 +0200 |
commit | 3c70480f3b01befe3fa8e7f0bdf5853949d55449 (patch) | |
tree | 642be085284f97720d0db8691c243c8c462a80af /source3/include/popt_common.h | |
parent | 8bd730f5ad19d5f4f6cfe65c95db66768b33845f (diff) | |
download | samba-3c70480f3b01befe3fa8e7f0bdf5853949d55449.tar.gz |
s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.
Guenther
Diffstat (limited to 'source3/include/popt_common.h')
-rw-r--r-- | source3/include/popt_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index ae8378f28b4..7237ca67540 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -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; |