summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-09-22 12:19:11 -0700
committerAndrew Bartlett <abartlet@samba.org>2014-09-27 04:01:33 +0200
commit043585fd1608bbb492e96b4288db698e5eff0aac (patch)
treef95f4f61dddfb9bf2cc3249b2fad3a35fcad3be5 /WHATSNEW.txt
parent4281c11e3a6702ad91c34e8722251897340dfdd2 (diff)
downloadsamba-043585fd1608bbb492e96b4288db698e5eff0aac.tar.gz
WHATSNEW: Update WHATSNEW for new default winbind implementation
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
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2a4e7b75cb6..0ab0561fc3b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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
=====================================