From bf778a74a3f750af5a0ebc7f72a0db655d25ef66 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 23 Nov 2010 13:22:56 +0100 Subject: Clarify ipa-replica-install error message --- install/tools/ipa-replica-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/tools/ipa-replica-install') diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install index 906a098d2..04396cfcb 100755 --- a/install/tools/ipa-replica-install +++ b/install/tools/ipa-replica-install @@ -367,10 +367,10 @@ def main(): tls_cacertfile=CACERT) try: entry = conn.find_entries(u'fqdn=%s' % host, ['dn', 'fqdn'], u'%s,%s' % (api.env.container_host, api.env.basedn)) - print "The host %s already exists.\n" % host + print "The host %s already exists on the master server. Depending on your configuration, you may perform the following:\n" % host print "Remove the replication agreement, if any:" print " %% ipa-replica-manage del %s" % host - print "Remove the host continue:" + print "Remove the host entry:" print " %% ipa host-del %s" % host sys.exit(3) except errors.NotFound: -- cgit