r26618: Implement -W option support.
[jelmer/samba4-debian.git] / README
1 Samba 4 is the ambitious next version of the Samba suite that is being
2 developed in parallel to the stable 3.0 series. The main emphasis in
3 this branch is support for the Active Directory logon protocols used
4 by Windows 2000 and above.
5
6 While we welcome your interest in Samba 4, we don't want you to run your
7 network with it quite yet. Please note the WARNINGS below, and the
8 STATUS file, which aims to document what should and should not work.
9
10 With 4 years of development under our belt since Tridge first proposed
11 a new Virtual File System (VFS) layer for Samba3 (a project which
12 eventually lead to our Active Directory efforts), we felt that we
13 should create something we could 'show off' to our users.  This is a
14 Technology Preview (TP), aimed at allowing you, our users, managers and
15 developers to see how we have progressed, and to invite your feedback and
16 support.
17
18 WARNINGS
19 ========
20
21 Samba4 is currently at alpha stage.  That is more a reference to
22 Samba4's lack of the features we expect you will need than a statement
23 of code quality, but clearly it hasn't seen a broad deployment yet.  If
24 you were to upgrade Samba3 (or indeed Windows) to Samba4, you would find
25 many things work, but that other key features you may have relied on
26 simply are not there yet.
27
28 For example, while Samba 3.0 is an excellent member of a Active
29 Directory domain, Samba4 is happier as a domain controller: (This is
30 where we have done most of the research and development).
31
32 While Samba4 is subjected to an awesome battery of tests on an
33 automated basis, and we have found Samba4 to be very stable in it's
34 behaviour, we have to recommend against upgrading production servers
35 from Samba 3 to Samba 4 at this stage.  If you are upgrading an
36 experimental server, or looking to develop and test Samba, you should
37 backup all configuration and data.
38
39 As we research the needs of Active Directory integration more closely,
40 we may need to change the format of the user database, in particular
41 as we begin to understand how the attributes are generated and stored.
42 At a worst case, we expect users will be able to extract the stored
43 data as LDIF and hand munge it, but until we make an alpha release, we
44 won't do this automatically.  Indeed, many module changes are simply
45 easier to cope with if you just re-provision after the upgrade.
46
47 We value the security of your computers, and so we must warn you that
48 Samba 4 Technology Preview includes basic Access Control List (ACL)
49 protection on the main user database, but due to time constraints,
50 none on the registry at this stage.  We also do not currently have
51 ACLs on the SWAT web-based management tool. This means that Samba 4
52 Technology Preview is not secure, and should not be exposed to
53 untrusted networks.
54
55 Within the above proviso, file system access should occur as the
56 logged in user, much as Samba3 does.
57
58 As such, we must strongly recommend against using Samba4 in a
59 production environment at this stage.
60
61 NEW FEATURES
62 ============
63
64 Samba4 supports the server-side of the Active Directory logon environment
65 used by Windows 2000 and later, so we can do full domain join
66 and domain logon operations with these clients.
67
68 Our Domain Controller (DC) implementation includes our own built-in
69 LDAP server and Kerberos Key Distribution Centre (KDC) as well as the
70 Samba3-like logon services provided over CIFS.  We correctly generate
71 the infamous Kerberos PAC, and include it with the Kerberos tickets we
72 issue.
73
74 SWAT is now integrated into Samba 4 as the user-friendly interface to
75 Samba server management. SWAT provides easy access to our
76 setup and migration tools.  Using SWAT, you can migrate windows
77 domains in Samba 4, allowing easy setup of initial user databases, and
78 upgrades from Samba 3.
79
80 The new VFS features in Samba 4 adapts the file-system on the server to
81 match the Windows client semantics, allowing Samba 4 to better match
82 windows behaviour and application expectations.  This includes file
83 annotation information (in streams) and NT ACLs in particular.  The
84 VFS is backed with an extensive automated test suite.
85
86 A new scripting interface has been added to Samba 4, allowing
87 JavaScript programs to interface to Samba's internals.
88
89 The Samba 4 architecture is based around an LDAP-like database that
90 can use a range of modular backends.  One of the backends supports
91 standards compliant LDAP servers (including OpenLDAP), and we are
92 working on modules to map between AD-like behaviours and this back-end.
93 We are aiming for Samba 4 to be powerful front-end to large
94 directories.
95
96 CHANGES
97 =======
98
99 Those familiar with Samba 3 can find a list of user-visible changes
100 since that release series in the NEWS file.
101
102  - An optional password is no longer supported as the second argument to
103    smbclient.
104
105  - The default location of smb.conf in non-FHS builds has changed from the
106    PREFIX/lib directory to the PREFIX/etc directory.
107
108 KNOWN ISSUES
109 ============
110
111 - Standalone server and domain member roles are not currently
112   supported.  While we have much of the infrastructure required, we
113   have not collected these pieces together.
114
115 - There is no printing support in the current release.
116
117 - SWAT can be painful with <TAB> and forms.  Just use the mouse, as
118   the JavaScript layer doing this will change.
119
120 RUNNING Samba4
121 ==============
122
123 A short guide to setting up Samba 4 can be found in the howto.txt file
124 in root of the tarball.
125
126 DEVELOPMENT and FEEDBACK
127 ========================
128 Bugs can be filed at https://bugzilla.samba.org/. Please
129 look at the STATUS file before filing a bug to see if a particular
130 is supposed to work yet.
131
132 Development and general discussion about Samba 4 happens mainly on
133 the #samba-technical IRC channel (on irc.freenode.net) and
134 the samba-technical mailing list (see http://lists.samba.org/ for
135 details).
136
137