Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
[nivanova/samba-autobuild/.git] / WHATSNEW.txt
1 What's new in Samba 4 alpha4
2 ============================
3
4 Samba 4 is the ambitious next version of the Samba suite that is being
5 developed in parallel to the stable 3.0 series. The main emphasis in
6 this branch is support for the Active Directory logon protocols used
7 by Windows 2000 and above.
8
9 Samba 4 is currently not yet in a state where it is usable in
10 production environments. Note the WARNINGS below, and the STATUS file,
11 which aims to document what should and should not work.
12
13 Samba4 alpha4 follows on from the alpha release series we have been
14 publishing since September last year.
15
16 WARNINGS
17 ========
18
19 Samba4 alpha4 is not a final Samba release.  That is more a reference
20 to Samba4's lack of the features we expect you will need than a
21 statement of code quality, but clearly it hasn't seen a broad
22 deployment yet.  If you were to upgrade Samba3 (or indeed Windows) to
23 Samba4, you would find many things work, but that other key features
24 you may have relied on simply are not there yet.
25
26 For example, while Samba 3.0 is an excellent member of a Active
27 Directory domain, Samba4 is happier as a domain controller: (This is
28 where we have done most of the research and development).
29
30 While Samba4 is subjected to an awesome battery of tests on an
31 automated basis, and we have found Samba4 to be very stable in it's
32 behaviour, we have to recommend against upgrading production servers
33 from Samba 3 to Samba 4 at this stage.  If you are upgrading an
34 experimental server, or looking to develop and test Samba, you should
35 backup all configuration and data.
36
37 NEW FEATURES
38 ============
39
40 Samba4 supports the server-side of the Active Directory logon environment
41 used by Windows 2000 and later, so we can do full domain join
42 and domain logon operations with these clients.
43
44 Our Domain Controller (DC) implementation includes our own built-in
45 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
46 Samba3-like logon services provided over CIFS.  We correctly generate
47 the infamous Kerberos PAC, and include it with the Kerberos tickets we
48 issue.
49
50 The new VFS features in Samba 4 adapts the filesystem on the server to
51 match the Windows client semantics, allowing Samba 4 to better match
52 windows behaviour and application expectations.  This includes file
53 annotation information (in streams) and NT ACLs in particular.  The
54 VFS is backed with an extensive automated test suite.
55
56 A new scripting interface has been added to Samba 4, allowing
57 Python programs to interface to Samba's internals.
58
59 The Samba 4 architecture is based around an LDAP-like database that
60 can use a range of modular backends.  One of the backends supports
61 standards compliant LDAP servers (including OpenLDAP), and we are
62 working on modules to map between AD-like behaviours and this backend.
63 We are aiming for Samba 4 to be powerful frontend to large
64 directories.
65
66 CHANGES SINCE Alpha3
67 =====================
68
69 In the time since Samba4 Alpha2 was released in December 2007, Samba has
70 continued to evolve, but you may particularly notice these areas:
71
72   Python Bindings: Bindings for Python are now used for all internal
73   scripting, and the system python installation is used to run all
74   Samba python scripts (in place of smbpython found in the previous
75   alpha).
76
77   As such Python is no longer optional, and configure will generate an
78   error if it cannot locate an appropriate Python installation.
79
80   SWAT Remains Disabled: Due to a lack of developer time and without a
81   long-term web developer to maintain it, the SWAT web UI remains been
82   disabled (and would need to be rewritten in python in any case).
83
84   GNU Make: To try and simplfy our build system, we rely on GNU Make
85   to avoid autogenerating a massive single makefile. 
86
87   Registry: Samba4's registry library has continued to improve.
88
89   ID mapping: Samba4 uses the internal ID mapping in winbind for all
90   but a few core users.  Samba users should not appear in /etc/passwd,
91   as Samba will generate new user and group IDs regradless. 
92
93   NTP: Samba4 can act as a signing server for the ntp.org NTP deamon,
94   allowing NTPd to reply using Microsoft's non-standard signing
95   scheme.  A patch to make NTPd talk to Samba for this purpose has
96   been submitted to the ntp.org project.
97
98   CLDAP: Users should experience less arbitary delays and more success with
99   group policy, domain joins and logons due to an improved
100   implementation of CLDAP and the 'netlogon' mailslot datagrams.
101
102   SMB2: The Samba4 SMB2 server and testsuite have been greatly
103   improved, but the SMB2 server remains off by default.
104
105   Secure DNS update: Configuration for GSS-TSIG updates of DNS records
106   is now generated by the provision script.
107
108 These are just some of the highlights of the work done in the past few
109 months.  More details can be found in our GIT history.
110
111
112 CHANGES
113 =======
114
115 Those familiar with Samba 3 can find a list of user-visible changes
116 since that release series in the NEWS file.
117
118 KNOWN ISSUES
119 ============
120
121 - Domain member support is in it's infancy, and is not comparable to
122   the support found in Samba3.
123
124 - There is no printing support in the current release.
125
126 - There is no netbios browsing support in the current release
127
128 - The Samba4 port of the CTDB clustering support is not yet complete
129
130 - Clock Synchronisation is critical.  Many 'wrong password' errors are
131   actually due to Kerberos objecting to a clock skew between client
132   and server.  (The NTP work is partly to assist with this problem).
133
134 - Samba4 alpha4 is currently only portable to recent Linux
135   distributions.  Work to return support for other Unix varients is
136   expected during the next alpha cycle
137
138 - Samba4 alpha4 is incompatible with GnuTLS 2.0, found in Fedora 9 and
139   recent Ubuntu releases.  Please remove the
140   gnutls-devel/libgnutls-dev package before compiling (otherwise 'make
141   test' and LDAPS operations will hang).
142
143 RUNNING Samba4
144 ==============
145
146 A short guide to setting up Samba 4 can be found in the howto.txt file
147 in root of the tarball.
148
149 DEVELOPMENT and FEEDBACK
150 ========================
151 Bugs can be filed at https://bugzilla.samba.org/ but please be aware
152 that many features are simply not expected to work at this stage.  
153
154 The Samba Wiki at http://wiki.samba.org should detail some of these
155 development plans.
156
157 Development and general discussion about Samba 4 happens mainly on
158 the #samba-technical IRC channel (on irc.freenode.net) and
159 the samba-technical mailing list (see http://lists.samba.org/ for
160 details).
161