summaryrefslogtreecommitdiffstats
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:53:30 -0500
commit56b756e382a26e257cd9d0dfe787514c800b2b93 (patch)
tree1b34b854bd7490b78f3e1a6c8c96cf273473b76a
parentb6c81f21f566303bbc37033c2a7f06e11a5bcf42 (diff)
downloadfreeipa.git-56b756e382a26e257cd9d0dfe787514c800b2b93.tar.gz
freeipa.git-56b756e382a26e257cd9d0dfe787514c800b2b93.tar.xz
freeipa.git-56b756e382a26e257cd9d0dfe787514c800b2b93.zip
Allow PKI-CA Replica Installs when CRL exceeds default maxber value
https://fedorahosted.org/freeipa/ticket/3314
-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 e7b63f81..86c075c8 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():