From 56b756e382a26e257cd9d0dfe787514c800b2b93 Mon Sep 17 00:00:00 2001 From: JR Aquino Date: Jan 08 2013 15:53:30 +0000 Subject: Allow PKI-CA Replica Installs when CRL exceeds default maxber value https://fedorahosted.org/freeipa/ticket/3314 --- diff --git a/ipaserver/install/cainstance.py b/ipaserver/install/cainstance.py index e7b63f8..86c075c 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():