mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
b7a8561ea1
commit
a734fdbc3d
17
WHATSNEW.txt
17
WHATSNEW.txt
@ -157,10 +157,10 @@ details
|
|||||||
our domain.
|
our domain.
|
||||||
49) Fix group enumeration bug when using an LDAP directory for
|
49) Fix group enumeration bug when using an LDAP directory for
|
||||||
storing group mappings.
|
storing group mappings.
|
||||||
50) Fallback to not using NTLMv2 when the extended security
|
50) Default to use NTLMv2 if available. Fallback to not using LM/NTLM
|
||||||
capability bit is not set.
|
when the extended security capability bit is not set.
|
||||||
51) Fix crash in 'wbinfo -a' when using extended characters in the username
|
51) Fix crash in 'wbinfo -a' when using extended characters in the
|
||||||
(bug 269).
|
username (bug 269).
|
||||||
52) Fix multi-byte strupper() panics (bug 205).
|
52) Fix multi-byte strupper() panics (bug 205).
|
||||||
53) Add vfs_readonly VFS module.
|
53) Add vfs_readonly VFS module.
|
||||||
54) Make sure to initialize the sambaNextUserRid and sambaNextGroupRid
|
54) Make sure to initialize the sambaNextUserRid and sambaNextGroupRid
|
||||||
@ -482,6 +482,7 @@ New Parameters (new parameters have been grouped by function):
|
|||||||
* ntlm auth
|
* ntlm auth
|
||||||
* paranoid server security
|
* paranoid server security
|
||||||
* server schannel
|
* server schannel
|
||||||
|
* server signing
|
||||||
* smb ports
|
* smb ports
|
||||||
* use spnego
|
* use spnego
|
||||||
|
|
||||||
@ -615,6 +616,14 @@ aware of when moving to Samba 3.0.
|
|||||||
with an Active Directory domain using the native Windows
|
with an Active Directory domain using the native Windows
|
||||||
Kerberos 5 and LDAP protocols.
|
Kerberos 5 and LDAP protocols.
|
||||||
|
|
||||||
|
MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption
|
||||||
|
type which is neccessary for servers on which the
|
||||||
|
administrator password has not been changed, or kerberos-enabled
|
||||||
|
SMB connections to servers that require Kerberos SMB signing.
|
||||||
|
Besides this one difference, either MIT or Heimdal Kerberos
|
||||||
|
distributions are usable by Samba 3.0.
|
||||||
|
|
||||||
|
|
||||||
Samba 3.0 also includes the possibility of setting up chains
|
Samba 3.0 also includes the possibility of setting up chains
|
||||||
of authentication methods (auth methods) and account storage
|
of authentication methods (auth methods) and account storage
|
||||||
backends (passdb backend). Please refer to the smb.conf(5)
|
backends (passdb backend). Please refer to the smb.conf(5)
|
||||||
|
Loading…
Reference in New Issue
Block a user