kdc: Fix missing space in log messages
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Nico Williams

parent
4a699f2450
commit
43a4c01126
@@ -1988,7 +1988,7 @@ krb5_kdc_pk_initialize(krb5_context context,
|
||||
ret = hx509_cert_get_subject(cert, &name);
|
||||
if (ret == 0) {
|
||||
hx509_name_to_string(name, &str);
|
||||
krb5_warnx(context, "WARNING Found KDC certificate (%s)"
|
||||
krb5_warnx(context, "WARNING Found KDC certificate (%s) "
|
||||
"is missing the PKINIT KDC EKU, this is bad for "
|
||||
"interoperability.", str);
|
||||
hx509_name_free(&name);
|
||||
|
Reference in New Issue
Block a user