summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-07-28 08:40:51 +0200
committerStefan Metzmacher <metze@samba.org>2016-07-28 10:06:11 +0200
commitc07504f40dea1b850aa84dab6af5216b097217cc (patch)
treede962d3c0e7081ed2fb76077d2648daaf231026c /WHATSNEW.txt
parentd28252765b6b2ba79913ce2bf92abc5e48d6738e (diff)
downloadsamba-c07504f40dea1b850aa84dab6af5216b097217cc.tar.gz
WHATSNEW: document new samba-tool drs replicate options
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Garming Sam <garming@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 81cbef2cf15..4b195c3a06f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -69,6 +69,17 @@ with the same name on different servers.
Schema updates are also handled much more reliably.
+samba-tool drs replicate with new options
+-----------------------------------------
+
+samba-tool drs replicate got two new options:
+
+The option '--local-online' will do the DsReplicaSync() via IRPC
+to the local dreplsrv service.
+
+The option '--async-op' will add DRSUAPI_DRS_ASYNC_OP to the
+DsReplicaSync(), which won't wait for the replication result.
+
replPropertyMetaData Changes
----------------------------