summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-10-13 13:13:15 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-10-17 15:20:59 +0200
commit14b5eb90d84f109f6a3ed8694acf13afe9b68f09 (patch)
tree56097db84a6d4c983542e6024ceb221413217106 /source3/utils
parentaee83c22ff65a7afd302c7a164259ad050634c39 (diff)
downloadsamba-14b5eb90d84f109f6a3ed8694acf13afe9b68f09.tar.gz
ntlm_auth: Allow the --option parameter to work against ntlm_auth
Change-Id: Iee386624359c2bf8437719f286e306cdfbb628c6 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Oct 17 15:20:59 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/ntlm_auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index 6564eca422b..4df4e3e9272 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -2765,6 +2765,7 @@ enum {
{ "target-hostname", 0, POPT_ARG_STRING, &opt_target_hostname, OPT_TARGET_HOSTNAME, "Target hostname" },
POPT_COMMON_CONFIGFILE
POPT_COMMON_VERSION
+ POPT_COMMON_OPTION
POPT_TABLEEND
};