r26297: Correct error message. This function verifies attributes, not
[jra/samba/.git] / WHATSNEW.txt
1 What's new in Samba 4 alpha1
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 alpha1 is the culmination of 4.5 years of development under our
14 belt since Tridge first proposed a new Virtual File System (VFS) layer
15 for Samba3 (a project which eventually lead to our Active Directory
16 efforts), and 1.5 years since we first released a Technology Preview,
17 we wish to allow users, managers and developers to see how we have
18 progressed, and to invite feedback and support.
19
20 WARNINGS
21 ========
22
23 Samba4 alpha1 is not a final Samba release.  That is more a reference
24 to Samba4's lack of the features we expect you will need than a
25 statement of code quality, but clearly it hasn't seen a broad
26 deployment yet.  If you were to upgrade Samba3 (or indeed Windows) to
27 Samba4, you would find many things work, but that other key features
28 you may have relied on simply are not there yet.
29
30 For example, while Samba 3.0 is an excellent member of a Active
31 Directory domain, Samba4 is happier as a domain controller: (This is
32 where we have done most of the research and development).
33
34 While Samba4 is subjected to an awesome battery of tests on an
35 automated basis, and we have found Samba4 to be very stable in it's
36 behaviour, we have to recommend against upgrading production servers
37 from Samba 3 to Samba 4 at this stage.  If you are upgrading an
38 experimental server, or looking to develop and test Samba, you should
39 backup all configuration and data.
40
41 NEW FEATURES
42 ============
43
44 Samba4 supports the server-side of the Active Directory logon environment
45 used by Windows 2000 and later, so we can do full domain join
46 and domain logon operations with these clients.
47
48 Our Domain Controller (DC) implementation includes our own built-in
49 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
50 Samba3-like logon services provided over CIFS.  We correctly generate
51 the infamous Kerberos PAC, and include it with the Kerberos tickets we
52 issue.
53
54 The new VFS features in Samba 4 adapts the filesystem on the server to
55 match the Windows client semantics, allowing Samba 4 to better match
56 windows behaviour and application expectations.  This includes file
57 annotation information (in streams) and NT ACLs in particular.  The
58 VFS is backed with an extensive automated test suite.
59
60 A new scripting interface has been added to Samba 4, allowing
61 JavaScript programs to interface to Samba's internals.
62
63 The Samba 4 architecture is based around an LDAP-like database that
64 can use a range of modular backends.  One of the backends supports
65 standards compliant LDAP servers (including OpenLDAP), and we are
66 working on modules to map between AD-like behaviours and this backend.
67 We are aiming for Samba 4 to be powerful frontend to large
68 directories.
69
70 CHANGES SINCE TP5
71 =================
72
73 In the time since TP5 was released in June 2007, Samba has
74 continued to evolve, but you may particularly notice these areas:
75
76   Group Policy Support:  Basic group policies may be defined, and are
77   enforced by Windows clients
78
79   MMC Support:  The Active Directory Users and Computers console now
80   works, supporting most operations.  
81
82   Winbind:  Kai Blin has been working hard on his Google Summer of
83   Code project, creating a winbind implementation for Samba4.
84
85   Heimdal update:  A Heimdal 1.0 snapshot is now included as the
86   internal Kerberos library in Samba4.
87
88   In the past few weeks, many small but significant bugs have been
89   fixed, particularly thanks to Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
90
91 These are just some of the highlights of the work done in the past few
92 months.  More details can be found in our SVN history.
93
94
95 CHANGES
96 =======
97
98 Those familiar with Samba 3 can find a list of user-visible changes
99 since that release series in the NEWS file.
100
101 KNOWN ISSUES
102 ============
103
104 - Domain member support is in it's infancy, and is not comparable to
105   the support found in Samba3.
106
107 - There is no printing support in the current release.
108
109 - Support for managing groups is currently poor (as the
110   memberOf/member linked attributes are not kept in sync). 
111
112 - Renaming and deleting subtrees (containers) in the the LDB tree will
113   have unexpected results.
114
115 - The Samba4 port of the CTDB clustering support is not yet complete
116
117 - Clock Synchronisation is critical.  Many 'wrong password' errors are
118   actually due to Kerberos objecting to a clock skew between client
119   and server.  
120
121 RUNNING Samba4
122 ==============
123
124 A short guide to setting up Samba 4 can be found in the howto.txt file
125 in root of the tarball.
126
127 DEVELOPMENT and FEEDBACK
128 ========================
129 Bugs can be filed at https://bugzilla.samba.org/ but please be aware
130 that many features are simply not expected to work at this stage.  
131
132 The Samba Wiki at http://wiki.samba.org should detail some of these
133 development plans.
134
135 Development and general discussion about Samba 4 happens mainly on
136 the #samba-technical IRC channel (on irc.freenode.net) and
137 the samba-technical mailing list (see http://lists.samba.org/ for
138 details).
139