summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-10-16 08:51:06 +0000
committerPetr Viktorin <pviktori@redhat.com>2014-03-25 16:54:55 +0100
commitc3169add3be4fdb4572d6e159766a1d3cbb7e3d8 (patch)
tree826b97548aba5405e8edc689f083b1d2e20c25a0 /install/tools/ipa-server-install
parent6a19738a4560ffbfe5a70699d787c4a44a9518c5 (diff)
downloadfreeipa-c3169add3be4fdb4572d6e159766a1d3cbb7e3d8.tar.gz
freeipa-c3169add3be4fdb4572d6e159766a1d3cbb7e3d8.tar.xz
freeipa-c3169add3be4fdb4572d6e159766a1d3cbb7e3d8.zip
Store information about which CA server is master for renewals in LDAP.
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index dfe192a6e..34393b7df 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -1114,7 +1114,7 @@ def main():
if setup_ca:
# We need to ldap_enable the CA now that DS is up and running
ca.ldap_enable('CA', host_name, dm_password,
- ipautil.realm_to_suffix(realm_name))
+ ipautil.realm_to_suffix(realm_name), ['caRenewalMaster'])
# This is done within stopped_service context, which restarts CA
ca.enable_client_auth_to_db()