From cfe18944d643d8ec7c72a2e4c7081096d1fc2fb5 Mon Sep 17 00:00:00 2001 From: JR Aquino Date: Wed, 19 Dec 2012 12:44:26 -0800 Subject: Allow PKI-CA Replica Installs when CRL exceeds default maxber value https://fedorahosted.org/freeipa/ticket/3314 --- ipaserver/install/cainstance.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipaserver/install/cainstance.py') diff --git a/ipaserver/install/cainstance.py b/ipaserver/install/cainstance.py index e7b63f81e..86c075c80 100644 --- a/ipaserver/install/cainstance.py +++ b/ipaserver/install/cainstance.py @@ -85,6 +85,7 @@ ServerIdentifier= $SERVERID Suffix= $SUFFIX RootDN= cn=Directory Manager RootDNPwd= $PASSWORD +ConfigFile = /usr/share/pki/ca/conf/database.ldif """ def check_inst(): -- cgit