1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

samba-tool: Add success message to samba-tool drs replicate --local

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Andrew Bartlett 2016-07-08 12:53:09 +12:00
parent f060811a9f
commit ae2bd0012c

View File

@ -276,6 +276,8 @@ def drs_local_replicate(self, SOURCE_DC, NC):
raise CommandError("Error replicating DN %s" % NC, e)
self.samdb.transaction_commit()
self.message("Replicate from %s to %s was successful." % (SOURCE_DC, self.local_samdb.url))
class cmd_drs_replicate(Command):