Add new external function krb5_kdc_pkinit_config()

This starts up the pkinit configuration and sets some default values,
and is needed in a seperate function so Samba4 can call it from it's
own KDC wrapper.

Andrew Bartlett

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Andrew Bartlett
2010-11-11 10:22:13 +11:00
committed by Love Hornquist Astrand
parent 712c6209f2
commit 79bf21032a
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ EXPORTS
kdc_openlog
krb5_kdc_windc_init
krb5_kdc_get_config
krb5_kdc_pkinit_config
krb5_kdc_set_dbinfo
krb5_kdc_process_krb5_request
krb5_kdc_process_request

View File

@@ -9,6 +9,7 @@ HEIMDAL_KDC_1.0 {
kdc_check_flags;
krb5_kdc_windc_init;
krb5_kdc_get_config;
krb5_kdc_pkinit_config;
krb5_kdc_set_dbinfo;
krb5_kdc_process_krb5_request;
krb5_kdc_process_request;