#5397 ipa-ca-install on master server with CA installed return wrong error message
Closed: Fixed None Opened 8 years ago by mbasti.

How to reproduce:

[root@vm-065 ~]#ipa-server-install
...

[root@vm-065 ~]# ipa-ca-install 
A replica file is required

It looks like the error is in this block, in ipa-ca-install:

        ca_host = service.find_providing_server('CA', conn)
        conn.disconnect()
        if ca_host is None:
            install_master(safe_options, options)
        else:
            install_replica(safe_options, options, filename)

Installer thinks that that ipa-ca-install is executed on replica.


master:

  • 53294aa Check early if a CA is already installed locally

Metadata Update from @mbasti:
- Issue assigned to simo
- Issue set to the milestone: FreeIPA 4.3

7 years ago

Login to comment on this ticket.

Metadata