1
0
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:
Stefan Metzmacher 2012-06-03 23:04:44 +02:00
parent a5b62a60cc
commit dc66e63d5f

View File

@ -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;