Bug 32394 - Make SMB2 as default
Make SMB2 as default
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Samba
UCS 3.1
Other Linux
: P5 enhancement (vote)
: UCS 3.2
Assigned To: Stefan Gohmann
Arvid Requate
: interim-2
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-28 08:18 CEST by Stefan Gohmann
Modified: 2013-11-19 06:43 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): UCS Performance
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2013-08-28 08:18:01 CEST
The value for "server max protocol" should be set to SMB2 for new installed UCS systems.
Comment 1 Stefan Gohmann univentionstaff 2013-08-28 09:11:44 CEST
The default has already changed with 4.1rc2:

root@master151:~# samba -V
Version 4.1.0rc2-UNKNOWN-Debian
root@master151:~# testparm  -vv 2>/dev/null| grep 'protocol'

        server max protocol = SMB3
        server min protocol = LANMAN1
        client max protocol =
        client min protocol =
root@master151:~#

root@master501:~# samba -V
Version 4.0.3
root@master501:~# testparm  -vv 2>/dev/null| grep 'protocol'

        max protocol = NT1
        min protocol = CORE
root@master501:~#
Comment 2 Arvid Requate univentionstaff 2013-08-28 17:47:53 CEST
testparm.samba4 outputs SMB3 for 4.0.3 as well. I checked with a Windows7 client and see in the logs: "Selected protocol SMB2_10". Windows8 would probably negotiate SMB3.

For samba 3.6.8 testparm says NT1 and the Windows7 client test confirmed this.
Comment 3 Stefan Gohmann univentionstaff 2013-09-09 08:46:32 CEST
SMB2 is set fpr Samba 3 and Samba 4 for new installation. For updates from 3.1 to 3.2 NT1 is used.

Code: r43783 + r43784
Changelog: r43785
Comment 4 Arvid Requate univentionstaff 2013-09-17 15:19:41 CEST
* New installation: OK
* Update: OK
* Changelog: OK
Comment 5 Stefan Gohmann univentionstaff 2013-11-19 06:43:29 CET
UCS 3.2 has been released:
 http://docs.univention.de/release-notes-3.2-en.html
 http://docs.univention.de/release-notes-3.2-de.html

If this error occurs again, please use "Clone This Bug".