diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-02-05 12:23:53 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-02-05 12:23:53 -0500 |
commit | 5a96618f5d31b21b983076ccc4c480561a7ccb2a (patch) | |
tree | ecc32810d350b0d871cb18c4eb07f989b4b5b879 /ipa-server/ipaserver/replication.py | |
parent | 25057816a560064298357d29228c5a4e01466b7c (diff) | |
download | freeipa.git-5a96618f5d31b21b983076ccc4c480561a7ccb2a.tar.gz freeipa.git-5a96618f5d31b21b983076ccc4c480561a7ccb2a.tar.xz freeipa.git-5a96618f5d31b21b983076ccc4c480561a7ccb2a.zip |
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
Diffstat (limited to 'ipa-server/ipaserver/replication.py')
-rw-r--r-- | ipa-server/ipaserver/replication.py | 2 |
1 files changed, 1 insertions, 1 deletions
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')] |