patch-kdc_config_c 509 B

123456789101112131415161718
  1. --- heimdal-1.4.orig/kdc/config.c 2010-09-13 09:23:34.000000000 +0200
  2. +++ heimdal-1.4/kdc/config.c 2011-01-12 13:55:17.454913780 +0100
  3. @@ -347,6 +347,7 @@ configure(krb5_context context, int argc
  4. #endif
  5. +#ifdef PKINIT
  6. if (config->enable_pkinit) {
  7. if (config->pkinit_kdc_identity == NULL)
  8. krb5_errx(context, 1, "pkinit enabled but no identity");
  9. @@ -361,6 +362,7 @@ configure(krb5_context context, int argc
  10. config->pkinit_kdc_revoke);
  11. }
  12. +#endif
  13. return config;
  14. }