diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-15 20:34:10 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-15 20:34:10 +0000 |
commit | a734fdbc3d5c3e31d46cfc195a2258c0f25d9c98 (patch) | |
tree | ecff3d1c280d4abbca94dd8955f5953b2d15ccfd | |
parent | b7a8561ea1f20122cf048c2fea3d24b51d52cf43 (diff) | |
download | samba-a734fdbc3d5c3e31d46cfc195a2258c0f25d9c98.tar.gz samba-a734fdbc3d5c3e31d46cfc195a2258c0f25d9c98.tar.bz2 samba-a734fdbc3d5c3e31d46cfc195a2258c0f25d9c98.zip |
more change to release notes
(This used to be commit 7926e6f86356d01776c04f8c1b74b6049ee63eb0)
-rw-r--r-- | WHATSNEW.txt | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 2684560ada..4f747a18d6 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -157,10 +157,10 @@ details our domain. 49) Fix group enumeration bug when using an LDAP directory for storing group mappings. -50) Fallback to not using NTLMv2 when the extended security - capability bit is not set. -51) Fix crash in 'wbinfo -a' when using extended characters in the username - (bug 269). +50) Default to use NTLMv2 if available. Fallback to not using LM/NTLM + when the extended security capability bit is not set. +51) Fix crash in 'wbinfo -a' when using extended characters in the + username (bug 269). 52) Fix multi-byte strupper() panics (bug 205). 53) Add vfs_readonly VFS module. 54) Make sure to initialize the sambaNextUserRid and sambaNextGroupRid @@ -482,6 +482,7 @@ New Parameters (new parameters have been grouped by function): * ntlm auth * paranoid server security * server schannel + * server signing * smb ports * use spnego @@ -615,6 +616,14 @@ aware of when moving to Samba 3.0. with an Active Directory domain using the native Windows 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 of authentication methods (auth methods) and account storage backends (passdb backend). Please refer to the smb.conf(5) |