summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-02-22 14:01:07 +1300
committerStefan Metzmacher <metze@samba.org>2018-03-01 00:42:25 +0100
commit222a3613023d2b74ae068866537d34dc0937d061 (patch)
tree40bd4f49c584748c89e72915c748cfe75c4ff4d5 /WHATSNEW.txt
parentb0120b587783f8de8e8e71366e52f9fffb92dc54 (diff)
downloadsamba-222a3613023d2b74ae068866537d34dc0937d061.tar.gz
WHATSNEW: Explain implications of GUID index change
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 6b111c4cdd5..357a8f637d1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -12,10 +12,32 @@ Samba 4.8 will be the next version of the Samba suite.
UPGRADING
=========
+New GUID Index mode in sam.ldb for the AD DC
+--------------------------------------------
+
+Users who upgrade a Samba AD DC in-place will experience a short delay
+in the first startup of Samba while the sam.ldb is re-indexed.
+
+Unlike in previous releases a transparent downgrade is not possible.
+If you wish to downgrade such a DB to a Samba 4.7 or earlier version,
+please run the source4/scripting/bin/sambaundoguididx script first.
NEW FEATURES/CHANGES
====================
+New GUID Index mode in sam.ldb for the AD DC
+--------------------------------------------
+
+The new layout used for sam.ldb is GUID, rather than DN oriented.
+This provides Samba's Active Directory Domain Controller with a faster
+database, particularly at larger scale.
+
+The underlying DB is still TDB, simply the choice of key has changed.
+
+The new mode is not optional, so no configuration is required. Older
+Samba versions cannot read the new database (see the upgrade
+note above).
+
KDC GPO application
-------------------