freeipa/install/tools
Martin Kosek 241ee334de Connection check program for replica installation
When connection between a master machine and future replica is not
sane, the replica installation may fail unexpectedly with
inconvenient error messages. One common problem is misconfigured
firewall.

This patch adds a program ipa-replica-conncheck which tests the
connection using the following procedure:

1) Execute the on-replica check testing the connection to master
2) Open required ports on local machine
3) Ask user to run the on-master part of the check OR run it
   automatically:
     a) kinit to master as default admin user with given password
     b) run the on-master part using ssh
4) When master part is executed, it checks connection back to
   the replica and prints the check result

This program is run by ipa-replica-install as mandatory part. It
can, however, be skipped using --skip-conncheck option.
ipa-replica-install now requires password for admin user to run
the command on remote master.

https://fedorahosted.org/freeipa/ticket/1107
2011-06-08 09:29:52 +02:00
..
man Connection check program for replica installation 2011-06-08 09:29:52 +02:00
ipa-compat-manage Delete the sudoers entry when disabling Schema Compat 2011-04-25 14:35:34 -04:00
ipa-compliance Use ldapi: instead of unsecured ldap: in ipa core tools. 2011-03-03 14:04:34 -05:00
ipa-dns-install Honor netmask in DNS reverse zone setup. 2011-05-30 13:37:03 +02:00
ipa-host-net-manage Use ldapi: instead of unsecured ldap: in ipa core tools. 2011-03-03 14:04:34 -05:00
ipa-ldap-updater Fix traceback in ipa-nis-manage. 2011-04-11 15:33:03 -04:00
ipa-nis-manage Fix some minor issues uncovered by pylint. 2011-04-20 14:38:02 -04:00
ipa-replica-conncheck Connection check program for replica installation 2011-06-08 09:29:52 +02:00
ipa-replica-install Connection check program for replica installation 2011-06-08 09:29:52 +02:00
ipa-replica-manage Running ipa-replica-manage as non-root cause errors 2011-05-13 13:27:04 +02:00
ipa-replica-prepare Fix forward zone creation in ipa-replica-prepare 2011-06-08 09:14:06 +02:00
ipa-server-certinstall Use ldapi: instead of unsecured ldap: in ipa core tools. 2011-03-03 14:04:34 -05:00
ipa-server-install Honor netmask in DNS reverse zone setup. 2011-05-30 13:37:03 +02:00
ipa-upgradeconfig Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipactl Improve error handling and return status codes in ipactl 2011-03-07 18:16:48 -05:00
Makefile.am Connection check program for replica installation 2011-06-08 09:29:52 +02:00