From: Gary Lockyer Date: Wed, 30 Jan 2019 21:52:07 +0000 (+1300) Subject: wbinfo: fix --ntlmv1 option X-Git-Tag: ldb-1.6.1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3693bc2ff79b0411dba159a1e8ca626ca57732f;p=thirdparty%2Fsamba.git wbinfo: fix --ntlmv1 option Currently using the --ntlmv1 option fails with an unknown option error. This patch ensures that the option is correctly supported. Signed-off-by: Gary Lockyer Reviewed-by: Andrew Bartlett --- diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index b6f0ff8ccbf..6a1dbd9b56b 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -3243,6 +3243,7 @@ int main(int argc, const char **argv, char **envp) /* generic configuration options */ case OPT_DOMAIN_NAME: case OPT_VERBOSE: + case OPT_NTLMV1: case OPT_NTLMV2: case OPT_LANMAN: case OPT_LOGOFF_USER: