]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use krb5_expand_hostname() to get admin service 349/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 20 Nov 2015 00:32:11 +0000 (19:32 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 24 Aug 2016 16:32:23 +0000 (12:32 -0400)
commit7b2cb7ed41e48e0fc28f106438f628f30ef86764
tree74b3985c651e40cccbd0a38f553f7cb2e335237b
parent7715f51f3978abe78acc824efbb18b3f35751426
Use krb5_expand_hostname() to get admin service

In libkadm5's kadm5_get_admin_service_name(), use
krb5_expand_hostname() instead of custom canonicalization code to
canonicalize the hostname.  There are some minor behavior differences;
in addition to the changes listed in the previous commit, the old code
did not downcase the result of the getaddrinfo() lookup, while the new
code does.

ticket: 8278
src/lib/kadm5/alt_prof.c