From c3125b6e2f1e1916faeb02460ab9064ab65dc8a9 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 23 Oct 2003 14:33:19 +0000 Subject: Fix bug 451. Stop net -P from prompting for machine account password. Based on work by Ken Cross (kcross@nssolutions.com). (This used to be commit 8ef7ac22ef1a60dca0a2d01dc6ff4ba14bc1549a) --- source3/utils/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net.h') diff --git a/source3/utils/net.h b/source3/utils/net.h index f83d0169bf..78c0aad86a 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -48,6 +48,7 @@ extern const char *opt_workgroup; extern int opt_long_list_entries; extern int opt_reboot; extern int opt_force; +extern int opt_machine_pass; extern int opt_timeout; extern const char *opt_host; extern const char *opt_user_name; -- cgit