diff options
author | Fraser Tweedale <ftweedal@redhat.com> | 2015-04-20 23:20:19 -0400 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-06-04 08:27:33 +0000 |
commit | ba071e757dc3b38b524af0212ec1a6a1b0208d83 (patch) | |
tree | b673a890017c267b469b57bd024afa6433b7a4b7 /ipaserver/install | |
parent | 62e98671142cbc30366109a2a1b631c1ef0cae5c (diff) | |
download | freeipa-ba071e757dc3b38b524af0212ec1a6a1b0208d83.tar.gz freeipa-ba071e757dc3b38b524af0212ec1a6a1b0208d83.tar.xz freeipa-ba071e757dc3b38b524af0212ec1a6a1b0208d83.zip |
Install CA with LDAP profiles backend
Install the Dogtag CA to use the LDAPProfileSubsystem instead of the
default (file-based) ProfileSubsystem.
Part of: https://fedorahosted.org/freeipa/ticket/4560
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/install')
-rw-r--r-- | ipaserver/install/cainstance.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/cainstance.py b/ipaserver/install/cainstance.py index 513394068..030c9f12d 100644 --- a/ipaserver/install/cainstance.py +++ b/ipaserver/install/cainstance.py @@ -503,6 +503,7 @@ class CAInstance(DogtagInstance): config.set("CA", "pki_restart_configured_instance", "False") config.set("CA", "pki_backup_keys", "True") config.set("CA", "pki_backup_password", self.admin_password) + config.set("CA", "pki_profiles_in_ldap", "True") # Client security database config.set("CA", "pki_client_database_dir", self.agent_db) |