diff --git a/kdc/kdc.h b/kdc/kdc.h index a598f818a..f4b018290 100644 --- a/kdc/kdc.h +++ b/kdc/kdc.h @@ -85,6 +85,8 @@ typedef struct krb5_kdc_configuration { size_t max_datagram_reply_length; + int enable_kx509; + } krb5_kdc_configuration; #include