diff options
author | Endi S. Dewata <edewata@redhat.com> | 2015-08-27 06:44:29 +0200 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-09-07 18:01:13 +0200 |
commit | 72cfcfa0bd1e867537fcc788512e5fca20708b83 (patch) | |
tree | 0778a1e1d3a5e8abc680efc44e3076e473c11bb1 /ipaplatform/base | |
parent | cc53526fd21d3faa7b90cd873713279c3ce049f5 (diff) | |
download | freeipa-72cfcfa0bd1e867537fcc788512e5fca20708b83.tar.gz freeipa-72cfcfa0bd1e867537fcc788512e5fca20708b83.tar.xz freeipa-72cfcfa0bd1e867537fcc788512e5fca20708b83.zip |
Using LDAPI to setup CA and KRA agents.
The CA and KRA installation code has been modified to use LDAPI
to create the CA and KRA agents directly in the CA and KRA
database. This way it's no longer necessary to use the Directory
Manager password or CA and KRA admin certificate.
https://fedorahosted.org/freeipa/ticket/5257
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaplatform/base')
-rw-r--r-- | ipaplatform/base/paths.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index a407c1273..ff75e0d7a 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -344,8 +344,6 @@ class BasePathNamespace(object): SLAPD_INSTANCE_SOCKET_TEMPLATE = "/var/run/slapd-%s.socket" ALL_SLAPD_INSTANCE_SOCKETS = "/var/run/slapd-*.socket" ADMIN_CERT_PATH = '/root/.dogtag/pki-tomcat/ca_admin.cert' - KRA_NSSDB_PASSWORD_FILE = "/root/.dogtag/pki-tomcat/kra/password.conf" - KRA_PKCS12_PASSWORD_FILE = "/root/.dogtag/pki-tomcat/kra/pkcs12_password.conf" ENTROPY_AVAIL = '/proc/sys/kernel/random/entropy_avail' LDIF2DB = '/usr/sbin/ldif2db' DB2LDIF = '/usr/sbin/db2ldif' |