mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Set the default schannel params to False until we know more.
Volker
This commit is contained in:
parent
663cf4876b
commit
e99a40a711
@ -1356,8 +1356,8 @@ static void init_globals(void)
|
||||
Globals.paranoid_server_security = True;
|
||||
Globals.bEncryptPasswords = True;
|
||||
Globals.bUpdateEncrypt = False;
|
||||
Globals.clientSchannel = Auto;
|
||||
Globals.serverSchannel = Auto;
|
||||
Globals.clientSchannel = False;
|
||||
Globals.serverSchannel = False;
|
||||
Globals.bReadRaw = True;
|
||||
Globals.bWriteRaw = True;
|
||||
Globals.bReadPrediction = False;
|
||||
|
Loading…
Reference in New Issue
Block a user