kadm5: Teach perform_tl_data() about aliases
authorNicolas Williams <nico@twosigma.com>
Fri, 8 Oct 2021 07:00:53 +0000 (02:00 -0500)
committerNicolas Williams <nico@twosigma.com>
Mon, 11 Oct 2021 18:58:15 +0000 (13:58 -0500)
commitfb298a023b7a0245ec39c6cf259386f1b99823fd
tree1aced6ce9f9f98efbd7489654764e574ab379d00
parent838431d95ecd301ca9f28d6f14133be21373960c
kadm5: Teach perform_tl_data() about aliases

Sort of.  It already knew.

We have a mess where new things get sent to the server as
KRB5_TL_EXTENSION, but old things get sent to the client as whatever
appropriate KRB5_TL we have, and... we call perform_tl_data() on all TL,
but we don't remove unmodified TL on the client side, and...

Anyways.  This commit is a band-aid, but it works.
lib/kadm5/ent_setup.c