mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
Now that multi-pdu schannel works and a but in the negotiator has been
fixed I would like to see this tested a bit more. Default the schannel stuff to auto which means 'offer, but do not enforce'. Volker
This commit is contained in:
parent
8dcc008999
commit
7a1b8409be
@ -1337,8 +1337,8 @@ static void init_globals(void)
|
||||
Globals.paranoid_server_security = True;
|
||||
Globals.bEncryptPasswords = True;
|
||||
Globals.bUpdateEncrypt = False;
|
||||
Globals.clientSchannel = False;
|
||||
Globals.serverSchannel = False;
|
||||
Globals.clientSchannel = Auto;
|
||||
Globals.serverSchannel = Auto;
|
||||
Globals.bReadRaw = True;
|
||||
Globals.bWriteRaw = True;
|
||||
Globals.bReadPrediction = False;
|
||||
|
Loading…
x
Reference in New Issue
Block a user