251a2cc8a041112dd32b59c0d489851afa17e19d
[samba.git] / WHATSNEW.txt
1                    =================================
2                    Release Notes for Samba 3.3.0pre1
3                             August 26, 2008
4                    =================================
5
6 This is the first preview release of Samba 3.3.0.  This is *not*
7 intended for production environments and is designed for testing
8 purposes only.  Please report any defects via the Samba bug reporting
9 system at https://bugzilla.samba.org/.
10
11 Major enhancements in Samba 3.3.0 include:
12
13  Configuration/installation:
14  o Splitting of library directory into library directory and separate
15    modules directory.
16
17  File Serving:
18  o Extended Cluster support.
19
20  Winbind:
21  o Simplyfied idmap configuration.
22  o Added new parameter "winbind reconnect delay".
23
24  Administrative tools:
25  o The destination "all" of smbcontrol does now affect all running
26    daemons including nmbd and winbindd.
27  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
28  o The 'net' utility can now use kerberos for joining and authentication.
29
30  Libraries:
31  o NetApi library implements various new calls for User- and Group
32    Account Management.
33
34
35 Configure changes
36 =================
37
38 The configure option "--with-libdir" has been removed. The library
39 directory can still be specified by using the existing "--libdir" option.
40 A new option "--with-modulesdir" has been added to allow the specification
41 of a separate directory for the shared modules.
42
43
44 Winbind idmap backend changes
45 =============================
46
47 The idmap configuration has changed with version 3.3 to something that
48 allows a smoother upgrade path from pre-3.0.25 configurations that use
49 "idmap backend". The reason for this change is that to many, also to Samba
50 developers, the 3.0.25 style configuration with "idmap config" turned out
51 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
52 parameter, instead with "idmap backend" the default idmap backend is
53 specified.
54
55 Accordingly, the "idmap config <domain> : default = yes" setting is no
56 longer being looked at. As another simplification, there can be only one
57 allocating backend.
58
59 The alloc backend defaults to the default backend, which should be able to
60 allocate IDs. In the default distribution the tdb and ldap backends can
61 allocate, the ad and rid backends can not. The idmap alloc range is now
62 being set with the "old" parameters "idmap uid" and "idmap gid".
63
64 The "idmap domains" parameter has been removed.
65
66
67 winbind reconnect delay
68 =======================
69
70 This is a new parameter which specifies the number of seconds the Winbind
71 daemon will wait between attempts to contact a Domain controller for a domain
72 that is determined to be down or not contactable.
73
74
75 ######################################################################
76 Changes
77 #######
78
79 smb.conf changes
80 ----------------
81
82     Parameter Name                      Description     Default
83     --------------                      -----------     -------
84     idmap domains                       Removed
85     init logon delayed hosts            New             ""
86     init logon delay                    New             100
87     winbind reconnect delay             New             30
88
89
90 Commit Highlights:
91 ------------------
92
93 o   Michael Adam <obnox@samba.org>
94     * BUG 5609: Remove configure option "--with-libdir" and add
95       "--with-modulesdir".
96     * Extend "net rpc vampire keytab" to support differential replication
97       and storing of kerberos keys.
98     * Rework internal logic of registry tdb code.
99     * Freeze autogenerated prototype headers (good bye "make proto").
100
101
102 o   Jeremy Allison <jra@samba.org>
103     * Add new "winbind reconnect delay" parameter.
104     * Make the change to smbcontrol for "all" to mean broadcast,
105       and "smbd" to mean the main smb daemon.
106
107
108 o   Guenther Deschner <gd@samba.org>
109     * BUG 5710: Fix changing of machine account passwords.
110     * Add "net rpc vampire keytab" and "net rpc vampire ldif".
111
112
113 o   Volker Lendecke <vl@samba.org>
114     * Rework of the Winbind idmap backend.
115
116
117 ######################################################################
118 Reporting bugs & Development Discussion
119 #######################################
120
121 Please discuss this release on the samba-technical mailing list or by
122 joining the #samba-technical IRC channel on irc.freenode.net.
123
124 If you do report problems then please try to send high quality
125 feedback. If you don't provide vital information to help us track down
126 the problem then you will probably be ignored.  All bug reports should
127 be filed under the Samba 3.3 product in the project's Bugzilla
128 database (https://bugzilla.samba.org/).
129
130
131 ======================================================================
132 == Our Code, Our Bugs, Our Responsibility.
133 == The Samba Team
134 ======================================================================
135