summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/cainstance.py
diff options
context:
space:
mode:
authorJR Aquino <jr.aquino@citrix.com>2012-12-19 12:44:26 -0800
committerRob Crittenden <rcritten@redhat.com>2013-01-08 10:52:50 -0500
commitcfe18944d643d8ec7c72a2e4c7081096d1fc2fb5 (patch)
tree37dee236d80657179d61f3aa6dd5f71d3ec8abb2 /ipaserver/install/cainstance.py
parent14b353b097705678b6a07171e64efb22218c80c3 (diff)
downloadfreeipa-cfe18944d643d8ec7c72a2e4c7081096d1fc2fb5.tar.gz
freeipa-cfe18944d643d8ec7c72a2e4c7081096d1fc2fb5.tar.xz
freeipa-cfe18944d643d8ec7c72a2e4c7081096d1fc2fb5.zip
Allow PKI-CA Replica Installs when CRL exceeds default maxber value
https://fedorahosted.org/freeipa/ticket/3314
Diffstat (limited to 'ipaserver/install/cainstance.py')
-rw-r--r--ipaserver/install/cainstance.py1
1 files changed, 1 insertions, 0 deletions
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():