summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-01-31 10:52:07 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-02-20 06:03:08 +0100
commite3693bc2ff79b0411dba159a1e8ca626ca57732f (patch)
treeaa193120495ae54a3d156ceff28b0eaaaec2aecd /nsswitch
parent853ad870255483c4caea1bebc5e11f1059422172 (diff)
downloadsamba-e3693bc2ff79b0411dba159a1e8ca626ca57732f.tar.gz
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 <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wbinfo.c1
1 files changed, 1 insertions, 0 deletions
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: