Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/freeipa/ticket/6279 Steps to reproduce: {{{ [server] # ipa-server-install add second version of some command e.g. ping/2 make the new version default [server] # systemctl restart httpd.service [server] # ipa -vv ping/1 }}} Actual result: {{{ ipa: INFO: trying https://server.example.com/ipa/json ipa: INFO: Forwarding 'ping/2' to json server 'https://server.example.com/ipa/json' ipa: INFO: Request: { "id": 0, "method": "ping/2", "params": [ [], { "version": "2.212" } ] } ipa: INFO: Response: { "error": null, "id": 0, "principal": "admin", "result": { "summary": "Ping version 2." }, "version": "4.4.0.201608311132GITb30bc93" } --------------- Ping version 2. --------------- }}} Expected result: {{{ ipa: INFO: trying https://server.example.com/ipa/json ipa: INFO: Forwarding 'ping/1' to json server 'https://server.example.com/ipa/json' ipa: INFO: Request: { "id": 0, "method": "ping/1", "params": [ [], { "version": "2.212" } ] } ipa: INFO: Response: { "error": null, "id": 0, "principal": "admin", "result": { "summary": "IPA server version 4.4.0.201608311055GIT5b9ca10. API version 2.212" }, "version": "4.4.0.201608311055GIT5b9ca10" } ------------------------------------------------------------------ IPA server version 4.4.0.201608311055GIT5b9ca10. API version 2.212 ------------------------------------------------------------------ }}}
Fixed upstream master: https://fedorahosted.org/freeipa/changeset/a3d178b86ddff9335228d99fe06e8fc89a00235a ipa-4-4: https://fedorahosted.org/freeipa/changeset/136a649a9e1da26e28b7151af061f8094b0f1d22
Verified using IPA version :: ipa-server-4.4.0-12.el7.x86_64 Please find the attachment as verification logs. Marking BZ as verified.
Created attachment 1202870 [details] console.log
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2404.html