Turn on client ntlmv2 by default.
authorJeremy Allison <jra@samba.org>
Fri, 8 Aug 2003 22:19:09 +0000 (22:19 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 8 Aug 2003 22:19:09 +0000 (22:19 +0000)
Jeremy.

source/param/loadparm.c

index 8bd50f35de0146223017fbe4e83964df77954903..e06b535db17d17eede9e4c213c3b5eea19c9944b 100644 (file)
@@ -1427,7 +1427,8 @@ static void init_globals(void)
        Globals.bClientPlaintextAuth = True;    /* Do use a plaintext password if is requested by the server */
        Globals.bLanmanAuth = True;     /* Do use the LanMan hash if it is available */
        Globals.bNTLMAuth = True;       /* Do use NTLMv1 if it is available (otherwise NTLMv2) */
-       
+       Globals.bClientNTLMv2Auth = True; /* Client should use NTLMv2 if available. */
+
        Globals.map_to_guest = 0;       /* By Default, "Never" */
        Globals.min_passwd_length = MINPASSWDLENGTH;    /* By Default, 5. */
        Globals.oplock_break_wait_time = 0;     /* By Default, 0 msecs. */