Fix Install using dogtag.

The CA is installed before DS so we need to wait until DS is actually installed
to be able to ldap_enable the CA instance.

Fixes: https://fedorahosted.org/freeipa/ticket/612
This commit is contained in:
Simo Sorce
2010-12-10 14:53:06 -05:00
committed by Rob Crittenden
parent 8fd288df08
commit 95c4b894f9
5 changed files with 29 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ from ipaserver.plugins.ldap2 import ldap2
SERVER_ROOT_64 = "/usr/lib64/dirsrv"
SERVER_ROOT_32 = "/usr/lib/dirsrv"
CACERT="/erc/ipa/ca.crt"
CACERT="/etc/ipa/ca.crt"
def find_server_root():
if ipautil.dir_exists(SERVER_ROOT_64):