Like bind and bind-dyndb-ldap specify the replication package by name when it is not found.

Pushed under the 1-liner rule.

diff --git a/ipaserver/install/replication.py b/ipaserver/install/replication.py
index da8e749..7186a18 100644
--- a/ipaserver/install/replication.py
+++ b/ipaserver/install/replication.py
@@ -84,7 +84,8 @@ def check_replication_plugin():
     """
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 "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

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to