02ccdcbf6b3009937914f770597d6cd85420424a
[kai/samba.git] / WHATSNEW.txt
1 What's new in Samba 4 Technology Preview
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 With 3 years of development under our belt since tridge first proposed
14 a new Virtual File System (VFS) layer for Samba3 (a project which
15 eventually lead to our Active Directory efforts), it was felt that we
16 should create something we could 'show off' to our users.  This is a
17 Technology Preview (TP), aimed at allowing users, managers and
18 developers to see how we have progressed, and to invite feedback and
19 support.
20
21 WARNINGS
22 ========
23
24 Samba4 TP is currently a pre-alpha technology.  It may eat your cat, but
25 is far more likely to choose to munch on your password database. We
26 recommend against upgrading any production servers from Samba 3 to
27 Samba 4 at this stage.  If you are upgrading an experimental server,
28 you should backup all configuration and data.
29
30 We expect that format changes will require that the user database be
31 rebuilt from scratch a number of times before we make a final release,
32 losing password data each time.
33
34 Samba 4 Technology Preview includes basic Access Control List (ACL)
35 protection on the main user database, but due to time constraints,
36 none on the registry at this stage.  We also do not currently have
37 ACLs on the SWAT web-based management tool. This means that Samba 4
38 Technology Preview is not secure.
39
40 File system access should occur as the logged in user, much as Samba3
41 does.
42
43 Again, we strongly recommend against use in a production environment
44 at this stage.
45
46 NEW FEATURES
47 ============
48
49 Samba4 supports the server-side of the Active Directory logon environment
50 used by Windows 2000 and later, so we can do full domain join
51 and domain logon operations.
52
53 Our Domain Controller (DC) implementation includes our own built-in
54 LDAP server and Kerberos Domain Controller as well as the standard
55 logon services provided over CIFS.  We correctly generate the Kerberos
56 PAC, and include it with the Kerberos tickets we issue. [AB: What does
57 this mean to the user?]
58
59 SWAT is now integrated into Samba 4 as the user-friendly interface to
60 Samba server management. SWAT provides easy provides access to our
61 setup and migration tools.  Using SWAT, you can migrate windows
62 domains in Samba 4, allowing easy setup of initial user databases, and
63 upgrades from Samba 3.
64
65 The new VFS features in Samba 4 adapts the filesystem on the server to
66 match the Windows client semantics, [what the is effect of this for
67 the user?]. The VFS is backed with an extensive automated test suite.
68
69 A new scripting interface has been added to Samba 4, allowing
70 JavaScript programs to interface to Samba's internals.
71
72 The Samba 4 architecture is based around an LDAP-like database that
73 can use a range of modular backends. One of the backends supports
74 standards compliant LDAP servers (including OpenLDAP). This will allow
75 Samba 4 to be powerful frontend to large directories.
76
77 CHANGES
78 =======
79
80 Those familiar with Samba 3 can find a list of user-visible changes
81 since that release series in the NEWS file.
82
83 KNOWN ISSUES
84 ============
85
86 - Standalone server and domain member roles are not currently
87   supported.  While we have much of the infrastructure required, we
88   have not collected these pieces together. 
89
90 - There is no printing support in the current release.
91
92 - SWAT can be painful with <TAB> and forms.  Just use the mouse, as
93   the JavaScript layer doing this will change.
94
95 - Domain logons (using Kerberos) from windows clients incorrectly
96   state that the password expires today.
97
98 RUNNING Samba4
99 ==============
100
101 A short guide to setting up Samba 4 can be found in the howto.txt file
102 in root of the tarball.
103
104 DEVELOPMENT and FEEDBACK
105 ========================
106 Bugs can be filed at https://bugzilla.samba.org/. Please
107 look at the STATUS file before filing a bug to see if a particular
108 is supposed to work yet.
109
110 Development and general discussion about Samba 4 happens mainly on
111 the #samba-technical IRC channel (on irc.freenode.net) and
112 the samba-technical mailing list (see http://lists.samba.org/ for
113 details).
114
115