From e3693bc2ff79b0411dba159a1e8ca626ca57732f Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Thu, 31 Jan 2019 10:52:07 +1300 Subject: 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 --- nsswitch/wbinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nsswitch') 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: -- cgit v1.2.1