mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:param: change "server max protocol" to "SMB2" (SMB2_10)
metze
This commit is contained in:
parent
a5b62a60cc
commit
dc66e63d5f
@ -4780,7 +4780,7 @@ static void init_globals(bool reinit_globals)
|
||||
Globals.max_log_size = 5000;
|
||||
Globals.max_open_files = max_open_files();
|
||||
Globals.open_files_db_hash_size = SMB_OPEN_DATABASE_TDB_HASH_SIZE;
|
||||
Globals.srv_maxprotocol = PROTOCOL_SMB2_02;
|
||||
Globals.srv_maxprotocol = PROTOCOL_SMB2_10;
|
||||
Globals.srv_minprotocol = PROTOCOL_LANMAN1;
|
||||
Globals.security = SEC_USER;
|
||||
Globals.paranoid_server_security = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user