summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-03 23:04:44 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-08 03:39:06 +0200
commit1c9c5c12761c2a18e7584fce3f40346321c021f6 (patch)
treec54218e1046a3e4075f269312b64568d902eb2bc /source3/param
parent9576638dbacd24183b8715febf50d8be86aa950a (diff)
downloadsamba-1c9c5c12761c2a18e7584fce3f40346321c021f6.tar.gz
samba-1c9c5c12761c2a18e7584fce3f40346321c021f6.tar.bz2
samba-1c9c5c12761c2a18e7584fce3f40346321c021f6.zip
s3:param: change "server max protocol" to "SMB3"
metze
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 2c77691373..5f009320f9 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;