diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-20 13:23:56 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-20 16:22:41 +1000 |
commit | ce817803f670da6cdad5e957d9c49152e1e0857f (patch) | |
tree | d6afa7aa310a9bcb089de63e0817361e4a79d7b8 | |
parent | 352dbddb6d3c1324862409dcfa8a8bee5c111b7c (diff) | |
download | samba-ce817803f670da6cdad5e957d9c49152e1e0857f.tar.gz samba-ce817803f670da6cdad5e957d9c49152e1e0857f.tar.bz2 samba-ce817803f670da6cdad5e957d9c49152e1e0857f.zip |
WHATNEW: Update for the beta2 release
-rw-r--r-- | WHATSNEW.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 6e1e98a046..c4ba7f3f27 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -114,6 +114,23 @@ continue to use ntvfs, you must set in your smb.conf: samba-tool dbcheck will now upgrade older databases that are missing GUIDs in the schema partition. +The 'samba-tool domain samba3upgrade' command is now called +'samba-tool domain classicupgrade' and now creates users and groups +with the posixAccount objectClass and uidNumber and gidNumber values. + +The new 'idmap_ldb:use rfc2307' parameter allows these values to be +used instead of the idmap.ldb, where found in the directory. + +Work has continued to make Samba more portable to a wide variety of +Unix-like systems, and to support --without-ad-dc on systems lacking a +modern MIT krb5. + +Less visible, but very importantly, the work has continued in restructuring +the smbd file server to implement SMB3. + +The TDB2 database library has been changed to ntdb, but will not be +the default db layer for the 4.0 release. We will continue to use tdb1. + KNOWN ISSUES ============ |