_kdc_pk_initialize needs to be exported for kdc-replay
prompted by patch from Gabor Gombas <gombasg@sztaki.hu>
This commit is contained in:
@@ -356,7 +356,7 @@ configure(krb5_context context, int argc, char **argv)
|
|||||||
if (config->pkinit_kdc_anchors == NULL)
|
if (config->pkinit_kdc_anchors == NULL)
|
||||||
krb5_errx(context, 1, "pkinit enabled but no X509 anchors");
|
krb5_errx(context, 1, "pkinit enabled but no X509 anchors");
|
||||||
|
|
||||||
_kdc_pk_initialize(context, config,
|
krb5_kdc_pk_initialize(context, config,
|
||||||
config->pkinit_kdc_identity,
|
config->pkinit_kdc_identity,
|
||||||
config->pkinit_kdc_anchors,
|
config->pkinit_kdc_anchors,
|
||||||
config->pkinit_kdc_cert_pool,
|
config->pkinit_kdc_cert_pool,
|
||||||
|
@@ -95,7 +95,7 @@ main(int argc, char **argv)
|
|||||||
if (config->pkinit_kdc_anchors == NULL)
|
if (config->pkinit_kdc_anchors == NULL)
|
||||||
krb5_errx(context, 1, "pkinit enabled but no X509 anchors");
|
krb5_errx(context, 1, "pkinit enabled but no X509 anchors");
|
||||||
|
|
||||||
_kdc_pk_initialize(context, config,
|
krb5_kdc_pk_initialize(context, config,
|
||||||
config->pkinit_kdc_identity,
|
config->pkinit_kdc_identity,
|
||||||
config->pkinit_kdc_anchors,
|
config->pkinit_kdc_anchors,
|
||||||
config->pkinit_kdc_cert_pool,
|
config->pkinit_kdc_cert_pool,
|
||||||
|
@@ -1945,7 +1945,7 @@ load_mappings(krb5_context context, const char *fn)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
_kdc_pk_initialize(krb5_context context,
|
krb5_kdc_pk_initialize(krb5_context context,
|
||||||
krb5_kdc_configuration *config,
|
krb5_kdc_configuration *config,
|
||||||
const char *user_id,
|
const char *user_id,
|
||||||
const char *anchors,
|
const char *anchors,
|
||||||
|
@@ -13,6 +13,7 @@ HEIMDAL_KDC_1.0 {
|
|||||||
krb5_kdc_process_request;
|
krb5_kdc_process_request;
|
||||||
krb5_kdc_save_request;
|
krb5_kdc_save_request;
|
||||||
krb5_kdc_update_time;
|
krb5_kdc_update_time;
|
||||||
|
krb5_kdc_pk_initialize;
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user