From 5a96618f5d31b21b983076ccc4c480561a7ccb2a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 5 Feb 2008 12:23:53 -0500 Subject: Use file to store the current CA serial number No longer create a PKCS#12 file that contains the CA No longer send the entire CA to each replica, generate the SSL certs on master Fix number of bugs in ipa-replica-install and prepare Produce status output during replica creation --- ipa-server/ipaserver/replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-server/ipaserver/replication.py') diff --git a/ipa-server/ipaserver/replication.py b/ipa-server/ipaserver/replication.py index 765905e5..10addc65 100644 --- a/ipa-server/ipaserver/replication.py +++ b/ipa-server/ipaserver/replication.py @@ -279,7 +279,7 @@ class ReplicationManager: return haserror def start_replication(self, other_conn): - print "starting replication" + print "Starting replication, please wait until this has completed." cn, dn = self.agreement_dn(self.conn) mod = [(ldap.MOD_ADD, 'nsds5BeginReplicaRefresh', 'start')] -- cgit