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.
PR: https://github.com/freeipa/freeipa/pull/1000
Metadata Update from @ftweedal: - Issue assigned to ftweedal
Metadata Update from @pvomacka: - Issue set to the milestone: FreeIPA 4.6
master:
Metadata Update from @pvomacka: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.