diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-03 23:04:44 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-29 00:14:57 +0200 |
commit | dc66e63d5feca2890ebe6325b5eee3141d89831e (patch) | |
tree | 76fae038d7458a4329208762b9126832bb34510d | |
parent | a5b62a60cc2421664da51d4ad080390644f280b7 (diff) | |
download | samba-dc66e63d5feca2890ebe6325b5eee3141d89831e.tar.gz samba-dc66e63d5feca2890ebe6325b5eee3141d89831e.tar.bz2 samba-dc66e63d5feca2890ebe6325b5eee3141d89831e.zip |
s3:param: change "server max protocol" to "SMB2" (SMB2_10)
metze
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index f9d14cdac1..ba57553802 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; |