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:
parent
f060811a9f
commit
ae2bd0012c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user