I ran into this, there was a post bout it a little while back. It seems that you can modify ipapython/version.py to revert the version number for enrolment, then revert it. with no ill effects.
My script looks like: #revert reported version of ipapython so keys will upload properly (backup first tho) cp /usr/share/pyshared/ipapython/version.py /usr/share/pyshared/ipapython/version.py.bak sed -i "s/API_VERSION=.*/API_VERSION=u'2.49'/g" /usr/share/pyshared/ipapython/version.py # install! ipa-client-install -d -U --enable-dns-updates --hostname=$FQDN --mkhomedir --password=$PASS #revert change to the ipapython version back again #rm -f /usr/share/pyshared/ipapython/version.py && mv /usr/share/pyshared/ipapython/version.py.bak /usr/share/pyshared/ipapython/version.py Kind regards, Will Sheldon +1.778-689-1244 On Friday, February 21, 2014 at 9:20 AM, Todd Maugh wrote: > Hello, > > Another day another issue it seems :) > > so I'm trying to set up an ubunutu client I get almost all the way through > the install and it fails with a version error. Ive hear this is a known bug > and there is a fix out there. although Im not sure how to apply the fix or > get the older client install. > > my error is as follows: > > Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub > Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub > Adding SSH public key from /etc/ssh/ssh_host_ecdsa_key.pub > Forwarding 'host_mod' to server u'https://se-idm-01.boingo.com/ipa/xml' > host_mod: 2.58 client incompatible with 2.49 server at > u'https://se-idm-01.boingo.com/ipa/xml' > Failed to upload host SSH public keys. > > > Please help > > Thanks > > -Todd > [email protected] (mailto:[email protected]) > _______________________________________________ > Freeipa-users mailing list > [email protected] (mailto:[email protected]) > https://www.redhat.com/mailman/listinfo/freeipa-users > >
_______________________________________________ Freeipa-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-users
