summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-07-01 11:44:36 +1200
committerGary Lockyer <gary@samba.org>2019-07-02 04:19:29 +0000
commit92f9f836abaf0fa85e6fd4fc08c2993c9a4af70b (patch)
tree5067a7d95b7e693a435e07a9b99517682c620e95 /WHATSNEW.txt
parent5583208aed0e4647269e48aa1d3c5c48a73001ac (diff)
downloadsamba-92f9f836abaf0fa85e6fd4fc08c2993c9a4af70b.tar.gz
WHATSNEW.txt: samba-tool --backend-size-parameter
Document the --backend-store-size option added to the samba-tool sub commands: * domain provision * domain join * domain dcpromo * drs clone-dc-database And the removal os the join subdomain option. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Gary Lockyer <gary@samba.org> Autobuild-Date(master): Tue Jul 2 04:19:29 UTC 2019 on sn-devel-184
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 7ba0dbeca13..3d6cbbe8dee 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -81,7 +81,6 @@ Log lines are of the form:
durations are in microseconds.
-
Default schema updated to 2012_R2
-------------------------
@@ -90,6 +89,17 @@ is not yet available. Older schemas can be used by provisioning with the
'--base-schema' argument. Existing installations can be updated with the
samba-tool command "domain schemaupgrade".
+Setting lmdb map size
+---------------------
+
+It is now possible to set the lmdb map size (The maximum permitted size for
+the database). "samba-tool" now accepts the "--backend-store-size"
+i.e. --backend-store-size=4Gb. If not specified it defaults to 8Gb.
+This option is avaiable for the following sub commands:
+ * domain provision
+ * domain join
+ * domain dcpromo
+ * drs clone-dc-database
REMOVED FEATURES
================
@@ -103,6 +113,13 @@ from the 'server services' smb.conf parameter). This service was unused and has
now been removed from Samba.
+samba-tool join subdommain
+--------------------------
+
+The subdommain role has been removed from the join command. This option did
+not work and has no tests.
+
+
smb.conf changes
================