WHATSNEW: document new samba-tool drs replicate options
authorStefan Metzmacher <metze@samba.org>
Thu, 28 Jul 2016 06:40:51 +0000 (08:40 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 Jul 2016 08:06:11 +0000 (10:06 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Garming Sam <garming@samba.org>
WHATSNEW.txt

index 81cbef2cf1539a28831b997cabef95f7e19b08ec..4b195c3a06f947cbc4e762d54592d5c16318dc03 100644 (file)
@@ -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
 ----------------------------