WHATSNEW: Update WHATSNEW for new default winbind implementation
authorAndrew Bartlett <abartlet@samba.org>
Mon, 22 Sep 2014 19:19:11 +0000 (12:19 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 27 Sep 2014 02:01:33 +0000 (04:01 +0200)
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Sat Sep 27 04:01:33 CEST 2014 on sn-devel-104

WHATSNEW.txt

index 2a4e7b75cb63513029fdc63c1d4265dbefd284e7..0ab0561fc3b36ad547e6fbc358df1fa30b5220a8 100644 (file)
@@ -73,6 +73,23 @@ reliably possible, e.g. if there are trusted domains.
 
 Please consult the smb.conf manpage for more details on these new options.
 
+Winbindd use on the Samba AD DC
+===============================
+
+Winbindd is now used on the Samba AD DC by default, replacing the
+partial rewrite used for winbind operations in Samba 4.0 and 4.1.
+
+This allows more code to be shared, more options to be honoured, and
+paves the way for support for trusted domains in the AD DC.
+
+If required the old internal winbind can be activated by setting
+'server services = +winbind -winbindd'.  Upgrading users with a server
+services parameter specified should ensure they change 'winbind' to
+'winbindd' to obtain the new functionality.
+
+The 'samba' binary still manages the starting of this service, there
+is no need to start the winbindd binary manually.
+
 Larger IO sizes for SMB2/3 by default
 =====================================