summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRowland Penny <repenny241155@gmail.com>2015-08-05 10:36:33 +0100
committerStefan Metzmacher <metze@samba.org>2015-08-10 23:00:17 +0200
commit4fb42e87182b25bb3f0695864be848018f79973c (patch)
treeeac7a20100d4495b9e079b486a83a98c208d5c89
parente4082352b8d843c62c7817f423248e70cf16b8a2 (diff)
downloadsamba-4fb42e87182b25bb3f0695864be848018f79973c.tar.gz
WHATSNEW: add a section about samba-tool fsmo
Signed-off-by: Rowland Penny <repenny241155@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--WHATSNEW.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 33b27663a9e..04d0e58f91c 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -177,6 +177,22 @@ The "tls priority" option can be used to change the supported TLS
protocols. The default is to disable SSLv3, which is no longer
considered secure.
+Samba-tool now supports all 7 FSMO roles
+-------------------------------------------------------
+
+Previously "samba-tool fsmo" could only show, transfer or seize the
+five well-known FSMO roles:
+
+ Schema Master
+ Domain Naming Master
+ RID Master
+ PDC Emulator
+ Infrastructure Master
+
+It can now also show, transfer or seize the DNS infrastructure roles:
+
+ DomainDnsZones Infrastructure Master
+ ForestDnsZones Infrastructure Master
######################################################################
Changes