1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

Turn on client ntlmv2 by default.

Jeremy.
(This used to be commit 729b468f7e0e5522dfdede481947826851842483)
This commit is contained in:
Jeremy Allison 2003-08-08 22:19:09 +00:00
parent 38b3ee6467
commit 9df23b22cf

View 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. */