kdc: conform _kdc_make_anonymous_principalname() to RFC8062
commit5c8f48495eab08736fc4f12a8fff0786303af1a7
authorLuke Howard <lukeh@padl.com>
Thu, 2 May 2019 07:02:32 +0000 (2 17:02 +1000)
committerJeffrey Altman <jaltman@auristor.com>
Tue, 14 May 2019 19:16:19 +0000 (14 15:16 -0400)
treef45e7684678427e1ad3bac96143198dea7acf232
parent7a7eb9de2fc93e54362b4c8b9ecc15294bc1c762
kdc: conform _kdc_make_anonymous_principalname() to RFC8062

The utility function _kdc_make_anonymous_principalname() previously returned a
principal of "anonymous" rather than "WELLKNOWN/ANONYMOUS", as specified by
RFC8062. This is not used by the AS-REQ code.
kdc/kerberos5.c