diff options
author | Jan Cholasta <jcholast@redhat.com> | 2013-10-16 08:51:06 +0000 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2014-03-25 16:54:55 +0100 |
commit | c3169add3be4fdb4572d6e159766a1d3cbb7e3d8 (patch) | |
tree | 826b97548aba5405e8edc689f083b1d2e20c25a0 /install/tools | |
parent | 6a19738a4560ffbfe5a70699d787c4a44a9518c5 (diff) | |
download | freeipa-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')
-rwxr-xr-x | install/tools/ipa-server-install | 2 |
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() |