mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 16:46:42 -06:00
Specify the package name when the replication plugin is missing.
ticket https://fedorahosted.org/freeipa/ticket/1155
This commit is contained in:
parent
630ca4f40a
commit
f7f03183df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user