s4:librpc/rpc: don't do async requests if gensec doesn't support async replies (bug...
[Samba/gebeck_regimport.git] / WHATSNEW.txt
blob2aebbc2abdca6f402f4be678e88f29ca78bbe66e
1 What's new in Samba 4.0 beta6
2 =============================
4 Samba 4.0 will be the next version of the Samba suite and incorporates
5 all the technology found in both the Samba4 alpha series and the
6 stable 3.x series. The primary additional features over Samba 3.6 are
7 support for the Active Directory logon protocols used by Windows 2000
8 and above.
11 WARNINGS
12 ========
14 Samba 4.0 beta6 is not a final Samba release, however we are now making
15 good progress towards a Samba 4.0 release, of which this is a preview.
16 Be aware the this release contains the best of all of Samba's
17 technology parts, both a file server (that you can reasonably expect
18 to upgrade existing Samba 3.x releases to) and the AD domain
19 controller work previously known as 'samba4'.
21 Samba 4.0 is subjected to an awesome battery of tests on an automated
22 basis, we have found Samba 4.0 to be very stable in it's behaviour.
23 However, we still recommend against upgrading production servers from
24 Samba 3.x release to Samba 4.0 beta at this stage.
26 If you are upgrading, or looking to develop, test or deploy Samba 4.0
27 beta releases, you should backup all configuration and data.
30 UPGRADING
31 =========
33 Users upgrading from Samba 3.x domain controllers and wanting to use
34 Samba 4.0 as an AD DC should use the 'samba-tool domain
35 classicupgrade' command.  See the wiki for more details:
36 https://wiki.samba.org/index.php/Samba4/samba3upgrade/HOWTO 
38 Users upgrading from Samba 4.0 alpha and beta releases since alpha15 
39 should run 'samba-tool dbcheck --cross-ncs --fix'.  Users upgrading
40 from earlier alpha releases should contact the team for advice. 
43 NEW FEATURES
44 ============
46 Samba 4.0 beta supports the server-side of the Active Directory logon
47 environment used by Windows 2000 and later, so we can do full domain
48 join and domain logon operations with these clients.
50 Our Domain Controller (DC) implementation includes our own built-in
51 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
52 Samba3-like logon services provided over CIFS.  We correctly generate
53 the infamous Kerberos PAC, and include it with the Kerberos tickets we
54 issue.
56 Samba 4.0 beta ships with two distinct file servers.  We now use the
57 file server from the Samba 3.x series 'smbd' for all file serving by
58 default.
60 Samba 4.0 also ships with the 'NTVFS' file server.  This file server
61 is what was used in all previous alpha releases of Samba 4.0, and is
62 tuned to match the requirements of an AD domain controller.  We
63 continue to support this, not only to provide continuity to
64 installations that have deployed it as part of an AD DC, but also as a
65 running example of the NT-FSA architecture we expect to move smbd to in
66 the longer term.  
68 For pure file server work, the binaries users would expect from that
69 series (nmbd, winbindd, smbpasswd) continue to be available.  When
70 running an AD DC, you only need to run 'samba' (not
71 nmbd/smbd/winbind), as the required services are co-ordinated by this
72 master binary.
74 As DNS is an integral part of Active Directory, we also provide a DNS
75 solution, using the BIND DLZ mechanism in versions 9.8 and 9.9.
76 During the provision, a configuration file will be generated for bind
77 to make it use this plugin.  We also have a project to provide a
78 minimal internal DNS server from within the Samba process, for easier
79 'out of the box' configuration.  Note however that this is not yet
80 complete (pending addition of secure DNS update support).
82 To provide accurate timestamps to Windows clients, we integrate with
83 the NTP project to provide secured NTP replies.  To use you need to
84 start ntpd and configure it with the 'restrict ... ms-sntp' and
85 ntpsigndsocket options.
87 Finally, a new scripting interface has been added to Samba 4, allowing
88 Python programs to interface to Samba's internals, and many tools and
89 internal workings of the DC code is now implemented in python.
92 CHANGES SINCE beta5
93 =====================
95 For a list of changes since beta5, please see the git log.
97 $ git clone git://git.samba.org/samba.git
98 $ cd samba.git
99 $ git log samba-4.0.0beta5..samba-4.0.0beta6
101 Some major user-visible changes include:
103 - Provision is now faster, as we now correctly use the database
104   indices during the provision
106 - Support for handling of Extended Signatures (Session Key Protection)
108 - A (unverified at this time) fix for expanding memory use in our
109   AD DRS replication server.
111 - A fix for supporting the userWorkstations restriction in the KDC
113 - Support for upgrading classic domains that may not have all the
114   default domain policies set.
116 Less visible, but important changes under the hood include:
118 - Continued work to support SMB2 and SMB3
120 - Continued work to use async IO to improve file server performance.
122 - Patches to ensure that talloc_tos() and talloc_stackframe() are
123   always used correctly.
125 - Preparation for correctly setting POSIX ACLs during provision.
127 KNOWN ISSUES
128 ============
130 - This release makes the s3fs file server the default, as this is the
131   file server combination we will use for the Samba 4.0 release.
133 - Modifying of group policies by members of the Domain Administrators
134   group is not possible with the s3fs file server, only with the ntvfs
135   file server.  This is due to the underlying POSIX ACL not being set
136   at provision time.  Recursivly giving 'domain administrators' write
137   access to the contents of the sysvol share using a windows client
138   will fix this in the interim.
140 - For similar reasons, sites with ACLs stored by the ntvfs file server
141   may wish to continue to use that file server implementation, as a
142   posix ACL will similarly not be set in this case.
144 - Replication of DNS data from one AD server to another may not work.
145   The DNS data used by the internal DNS server and bind9_dlz is stored
146   in an application partition in our directory.  The replication of
147   this partition is not yet reliable.
149 - Replication may fail on FreeBSD due to getaddrinfo() rejecting names
150   containing _.  A workaround will be in a future next beta.
152 - upgradeprovision should not be run when upgrading to this release
153   from a recent release.  No important database format changes have
154   been made since alpha16.  
156 - Installation on systems without a system iconv (and developer
157   headers at compile time) is known to cause errors when dealing with
158   non-ASCII characters.
160 - Domain member support in the 'samba' binary is in it's infancy, and
161   is not comparable to the support found in winbindd.  As such, do not
162   use the 'samba' binary (provided for the AD server) on a member
163   server.
165 - There is no NetBIOS browsing support (network neighbourhood)
166   available for the AD domain controller.  (Support in nmbd and smbd
167   for classic domains and member/standalone servers is unchanged).
169 - Clock Synchronisation is critical.  Many 'wrong password' errors are
170   actually due to Kerberos objecting to a clock skew between client
171   and server.  (The NTP work in the previous alphas are partly to assist
172   with this problem).
174 - The DRS replication code may fail.  Please contact the team if you
175   experience issues with DRS replication, as we have fixed many issues
176   here in response to feedback from our production users. 
179 RUNNING Samba 4.0 as an AD DC
180 =============================
182 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
184   http://wiki.samba.org/index.php/Samba4/HOWTO
186 #######################################
187 Reporting bugs & Development Discussion
188 #######################################
190 Please discuss this release on the samba-technical mailing list or by
191 joining the #samba-technical IRC channel on irc.freenode.net.
193 If you do report problems then please try to send high quality
194 feedback. If you don't provide vital information to help us track down
195 the problem then you will probably be ignored.  All bug reports should
196 be filed under the Samba 4.0 product in the project's Bugzilla
197 database (https://bugzilla.samba.org/).
200 ======================================================================
201 == Our Code, Our Bugs, Our Responsibility.
202 == The Samba Team
203 ======================================================================