Add commented out 'max protocol' to the default config.
This commit is contained in:
parent
028cc75ab9
commit
3f6179ff99
@ -1,4 +1,4 @@
|
|||||||
%define main_release 79
|
%define main_release 80
|
||||||
%define samba_version 3.6.3
|
%define samba_version 3.6.3
|
||||||
%define tdb_version 1.2.9
|
%define tdb_version 1.2.9
|
||||||
%define talloc_version 2.0.5
|
%define talloc_version 2.0.5
|
||||||
@ -688,6 +688,9 @@ fi
|
|||||||
%{_datadir}/pixmaps/samba/logo-small.png
|
%{_datadir}/pixmaps/samba/logo-small.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-80
|
||||||
|
- Add commented out 'max protocol' to the default config.
|
||||||
|
|
||||||
* Mon Feb 13 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-79
|
* Mon Feb 13 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-79
|
||||||
- Create a libwbclient package.
|
- Create a libwbclient package.
|
||||||
- Replace winbind-devel with libwbclient-devel package.
|
- Replace winbind-devel with libwbclient-devel package.
|
||||||
|
@ -79,9 +79,12 @@
|
|||||||
#
|
#
|
||||||
# hosts allow = the hosts allowed to connect. This option can also be used on a
|
# hosts allow = the hosts allowed to connect. This option can also be used on a
|
||||||
# per-share basis.
|
# per-share basis.
|
||||||
|
#
|
||||||
# hosts deny = the hosts not allowed to connect. This option can also be used on
|
# hosts deny = the hosts not allowed to connect. This option can also be used on
|
||||||
# a per-share basis.
|
# a per-share basis.
|
||||||
|
#
|
||||||
|
# max protocol = used to define the supported protocol. The default is NT1. You
|
||||||
|
# can set it to SMB2 if you want experimental SMB2 support.
|
||||||
#
|
#
|
||||||
workgroup = MYGROUP
|
workgroup = MYGROUP
|
||||||
server string = Samba Server Version %v
|
server string = Samba Server Version %v
|
||||||
@ -91,6 +94,8 @@
|
|||||||
; interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24
|
; interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24
|
||||||
; hosts allow = 127. 192.168.12. 192.168.13.
|
; hosts allow = 127. 192.168.12. 192.168.13.
|
||||||
|
|
||||||
|
; max protocol = SMB2
|
||||||
|
|
||||||
# --------------------------- Logging Options -----------------------------
|
# --------------------------- Logging Options -----------------------------
|
||||||
#
|
#
|
||||||
# log file = specify where log files are written to and how they are split.
|
# log file = specify where log files are written to and how they are split.
|
||||||
|
Loading…
Reference in New Issue
Block a user