From: Stefan Metzmacher Date: Sun, 3 Jun 2012 21:04:44 +0000 (+0200) Subject: s3:param: change "server max protocol" to "SMB2" (SMB2_10) X-Git-Tag: samba-4.0.0beta3~55 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=dc66e63d5feca2890ebe6325b5eee3141d89831e;p=sfrench%2Fsamba-autobuild%2F.git s3:param: change "server max protocol" to "SMB2" (SMB2_10) metze --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index f9d14cdac15..ba57553802a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -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;