From bca24a19ebfc8943b46fdb900418e396aef96aa4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Aug 2004 12:16:48 +0000 Subject: r1911: merge a few popt parameters from 3.0 move some to better places and deal with users DOMAIN and lp_workgroup() of the local workstation metze (This used to be commit 1fc0100e44a8640cfc15effb99f5824cb7817da8) --- source4/include/popt_common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/include/popt_common.h') diff --git a/source4/include/popt_common.h b/source4/include/popt_common.h index 201245cc3a..e41b1a2cf4 100644 --- a/source4/include/popt_common.h +++ b/source4/include/popt_common.h @@ -38,13 +38,14 @@ extern struct poptOption popt_common_credentials[]; #define POPT_COMMON_VERSION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version, 0, "Common samba options:", NULL }, #define POPT_COMMON_CREDENTIALS { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_credentials, 0, "Authentication options:", NULL }, -struct user_auth_info { +struct cmdline_auth_info { pstring username; pstring password; + pstring domain; BOOL got_pass; BOOL use_kerberos; }; -extern struct user_auth_info cmdline_auth_info; +extern struct cmdline_auth_info cmdline_auth_info; #endif /* _POPT_COMMON_H */ -- cgit