From: Stefan Metzmacher Date: Sun, 3 Jun 2012 21:04:44 +0000 (+0200) Subject: s3:param: change "server max protocol" to "SMB3" X-Git-Tag: samba-4.0.0rc1~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c9c5c12761c2a18e7584fce3f40346321c021f6;p=thirdparty%2Fsamba.git s3:param: change "server max protocol" to "SMB3" metze --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 2c77691373d..5f009320f99 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -831,7 +831,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_10; + Globals.srv_maxprotocol = PROTOCOL_SMB3_00; Globals.srv_minprotocol = PROTOCOL_LANMAN1; Globals.security = SEC_USER; Globals.bEncryptPasswords = true;