#7118 Fix CA-less installation due to incorrect with statement
Closed: fixed 7 years ago Opened 7 years ago by ftweedal.

When performing CA-less installation i.e.

% sudo ipa-server-install --ca-cert-file ca1.crt \
    --dirsrv-cert-file ca1/server-altname.crt --dirsrv-cert-file ca1/server-altname.key --dirsrv-pin password \
    --http-cert-file ca1/server-altname.key --http-cert-file ca1/server-altname.crt --http-pin password --no-pkinit                                                                                    

Installation fails with:

Please provide a realm name [IPA.LOCAL]:                                                           
ipapython.admintool: ERROR    not enough values to unpack (expected 2, got 0)                      
ipapython.admintool: ERROR    The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information                                                                          

This appears to be a problem with a with statement introduced in
b5732ef.


Metadata Update from @ftweedal:
- Issue assigned to ftweedal

7 years ago

Metadata Update from @pvomacka:
- Issue set to the milestone: FreeIPA 4.6

7 years ago

master:

  • 477b3dc Fix incorrect 'with' statement in CA-less installation
  • 7a86ff5 Fix cert file creation during CA-less installation

Metadata Update from @pvomacka:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

7 years ago

Log in to comment on this ticket.

Metadata