From 4d8836ab96889bcdc35e86bedffa6117f9c35095 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 5 May 2008 16:58:24 +0200 Subject: Fix client authentication with -P switch in client tools (Bug 5435). Guenther (This used to be commit d077ef64cd1d9bbaeb936566c2c70da508de829f) --- source3/include/popt_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/popt_common.h') diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index 9e5503f270..c889d2e6e6 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -50,6 +50,7 @@ struct user_auth_info { bool use_kerberos; int signing_state; bool smb_encrypt; + bool use_machine_account; }; #endif /* _POPT_COMMON_H */ -- cgit