summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-09-20 10:40:16 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-22 13:14:23 +0200
commit9ccd979f02b85e4d7cdccdf3502fead94643a08d (patch)
tree2024aae70ef5a0aa618526008e78ae0a6ee43554 /ipaserver
parent3112822a48324f1c537db234d5d7e84d6f95c2eb (diff)
downloadfreeipa-9ccd979f02b85e4d7cdccdf3502fead94643a08d.tar.gz
freeipa-9ccd979f02b85e4d7cdccdf3502fead94643a08d.tar.xz
freeipa-9ccd979f02b85e4d7cdccdf3502fead94643a08d.zip
Remove checks for ds-replication plugin
The replication plugin is no longer shipped as a separate package. Remove the code checking its existence. https://fedorahosted.org/freeipa/ticket/1815
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/replication.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/ipaserver/install/replication.py b/ipaserver/install/replication.py
index 961e71330..986fb5e83 100644
--- a/ipaserver/install/replication.py
+++ b/ipaserver/install/replication.py
@@ -75,21 +75,6 @@ def replica_conn_check(master_host, host_name, realm, check_ca,
else:
print "Connection check OK"
-
-def check_replication_plugin():
- """
- Confirm that the 389-ds replication is installed.
-
- Emit a message and return True/False
- """
- if not os.path.exists('/usr/lib/dirsrv/plugins/libreplication-plugin.so') and \
- not os.path.exists('/usr/lib64/dirsrv/plugins/libreplication-plugin.so'):
- print "The 389-ds replication plug-in was not found on this system."
- print "Please install the 'ds-replication' package and start the installation again"
- return False
-
- return True
-
def enable_replication_version_checking(hostname, realm, dirman_passwd):
"""
Check the replication version checking plugin. If it is not