winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.
[Samba.git] / WHATSNEW.txt
blob4515cdcb73a8f3f771741abcf7305476f63f9f8e
1                    =================================
2                    Release Notes for Samba 3.3.0pre1
3                             August 26, 2008
4                    =================================
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/.
11 Major enhancements in Samba 3.3.0 include:
13  Configuration/installation:
14  o Splitting of library directory into library directory and separate
15    modules directory.
17  File Serving:
18  o Extended Cluster support.
20  Winbind:
21  o Simplyfied idmap configuration.
22  o Added new parameter "winbind reconnect delay".
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.
30 Configure changes
31 =================
33 The configure option "--with-libdir" has been removed. The library
34 directory can still be specified by using the existing "--libdir" option.
35 A new option "--with-modulesdir" has been added to allow the specification
36 of a separate driectory for the shared modules.
39 Winbind idmap backend changes
40 =============================
42 The idmap configuration has changed with version 3.3 to something that
43 allows a smoother upgrade path from pre-3.0.25 configurations that use
44 "idmap backend". The reason for this change is that to many, also to Samba
45 developers, the 3.0.25 style configuration with "idmap config" turned out
46 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
47 parameter, instead with "idmap backend" the default idmap backend is
48 specified.
50 Accordingly, the "idmap config <domain> : default = yes" setting is no
51 longer being looked at. As another simplification, there can be only one
52 allocating backend.
54 The alloc backend defaults to the default backend, which should be able to
55 allocate IDs. In the default distribution the tdb and ldap backends can
56 allocate, the ad and rid backends can not. The idmap alloc range is now
57 being set with the "old" parameters "idmap uid" and "idmap gid".
59 The "idmap domains" parameter has been removed.
62 winbind reconnect delay
63 =======================
65 This is a new parameter which specifies the number of seconds the Winbind
66 daemon will wait between attempts to contact a Domain controller for a domain
67 that is determined to be down or not contactable.
70 ######################################################################
71 Changes
72 #######
74 smb.conf changes
75 ----------------
77     Parameter Name                      Description     Default
78     --------------                      -----------     -------
79     idmap domains                       Removed
80     init logon delayed hosts            New             ""
81     init logon delay                    New             100
82     winbind reconnect delay             New             30
85 ######################################################################
86 Reporting bugs & Development Discussion
87 #######################################
89 Please discuss this release on the samba-technical mailing list or by
90 joining the #samba-technical IRC channel on irc.freenode.net.
92 If you do report problems then please try to send high quality
93 feedback. If you don't provide vital information to help us track down
94 the problem then you will probably be ignored.  All bug reports should
95 be filed under the Samba 3.3 product in the project's Bugzilla
96 database (https://bugzilla.samba.org/).
99 ======================================================================
100 == Our Code, Our Bugs, Our Responsibility.
101 == The Samba Team
102 ======================================================================