diff options
author | Matthieu Patou <mat@matws.net> | 2010-03-24 13:28:27 +0300 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-29 19:50:46 +0200 |
commit | cf3e15c897df4e11981a7d3a2fbbb77bd9dc31f0 (patch) | |
tree | fc08bd0ae413bcc0d5d5f3960d62b20a90a85a50 | |
parent | a5e6b5589b9d8498740a289dba2d56d3eb14af72 (diff) | |
download | samba-cf3e15c897df4e11981a7d3a2fbbb77bd9dc31f0.tar.gz samba-cf3e15c897df4e11981a7d3a2fbbb77bd9dc31f0.tar.bz2 samba-cf3e15c897df4e11981a7d3a2fbbb77bd9dc31f0.zip |
Add partial information in whatsnew for the next release
-rw-r--r-- | WHATSNEW4.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/WHATSNEW4.txt b/WHATSNEW4.txt index b4c6e7de10..7595b416b5 100644 --- a/WHATSNEW4.txt +++ b/WHATSNEW4.txt @@ -62,6 +62,25 @@ working on modules to map between AD-like behaviours and this backend. We are aiming for Samba 4 to be powerful frontend to large directories. +CHANGES SINCE alpha11 +===================== + +Since the alpha10 release, we have fixed a number of serious bugs in +the implementation of AD-compatible 'Directory Replication Services'. +We can now join an AD domain as a read-write DC + +This release includes changes related to: + +* winbind, to allow a fairly good implementation of functions needed by +libnss_winbind and pam_winbind. +The usage of this two library allow to have domain users and groups information +available on the unix and unix-like side. It allow to be able to use domain user +to connect to all the services (ssh, login, X session, ...) +More information available at http://wiki.samba.org/index.php/Samba4/Winbind + +* server side NTACL manipulation, NTACL of shared file can now be set from the command line +directly on the server. See net acl for more information. + CHANGES SINCE alpha10 ===================== |