On Fri, Oct 20, 2017 at 10:59:36AM -0700, Steve Dainard via FreeIPA-users wrote: You can add a principal alias to the service principal:
% ipa service-add-principal HTTP/client1.ipadomain.com \ HTTP/servicename.otherdomain.com
Why the HTTP/...? In our case, that didn't work. I had to add the Alias running: % ipa service-add-principal host/client1.addomain.local host/alternative.hostname.com
Using HTTP/... had no effect.
Cheers,
Pedro.