mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +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 used to be commit 7a1b8409bed13d0e7742cbcd3b0fa79b0c671404)
This commit is contained in:
parent
269a48fedc
commit
bdf912f5a2
@ -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