summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-23 14:33:21 +0000
committerJim McDonough <jmcd@samba.org>2003-10-23 14:33:21 +0000
commit2a09fe6cb4e31e46dd92052bbc134629b4ae8fda (patch)
tree999b17e79142ea876292f92ba815f99edc4bfc4f /source3/utils/net.h
parent8e1dfc52b91f38ab53c8f717cb8b952c49a501bb (diff)
downloadsamba-2a09fe6cb4e31e46dd92052bbc134629b4ae8fda.tar.gz
samba-2a09fe6cb4e31e46dd92052bbc134629b4ae8fda.tar.bz2
samba-2a09fe6cb4e31e46dd92052bbc134629b4ae8fda.zip
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 32aa749bf1328e43af629ade30b3fdc11dd5e3ec)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h1
1 files changed, 1 insertions, 0 deletions
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;