diff options
author | Petr Spacek <pspacek@redhat.com> | 2015-06-18 13:07:06 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-06-18 15:01:31 +0200 |
commit | 6259be5fd6010d7e77101769e3421e6f3a141b0b (patch) | |
tree | e41cdac1b303fdb3ecf02460b6305a747645db3c /ipaserver/install/ipa_replica_prepare.py | |
parent | 3c95a5aea23b6deb9d9b91799d9fd29ab25a6d78 (diff) | |
download | freeipa-6259be5fd6010d7e77101769e3421e6f3a141b0b.tar.gz freeipa-6259be5fd6010d7e77101769e3421e6f3a141b0b.tar.xz freeipa-6259be5fd6010d7e77101769e3421e6f3a141b0b.zip |
Clarify recommendation about --ip-address option in ipa-replica-prepapre
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/install/ipa_replica_prepare.py')
-rw-r--r-- | ipaserver/install/ipa_replica_prepare.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ipaserver/install/ipa_replica_prepare.py b/ipaserver/install/ipa_replica_prepare.py index da492a96b..2e81839e2 100644 --- a/ipaserver/install/ipa_replica_prepare.py +++ b/ipaserver/install/ipa_replica_prepare.py @@ -231,8 +231,9 @@ class ReplicaPrepare(admintool.AdminTool): api.env.host, api.env.basedn, dm_password=self.dirman_password, ldapi=True, realm=api.env.realm): - self.log.info('Add the --ip-address argument to ' - 'create a DNS entry.') + self.log.info('You might use the --ip-address option ' + 'to create a DNS entry if the DNS zone ' + 'is managed by IPA.') raise else: # The host doesn't exist in DNS but we're adding it. |