Make all pkinit options prefixed with pkinit_
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19089 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -545,7 +545,7 @@ configure(krb5_context context, int argc, char **argv)
|
|||||||
ocsp_file =
|
ocsp_file =
|
||||||
krb5_config_get_string(context, NULL,
|
krb5_config_get_string(context, NULL,
|
||||||
"kdc",
|
"kdc",
|
||||||
"pki-kdc-ocsp",
|
"pkinit_kdc_ocsp",
|
||||||
NULL);
|
NULL);
|
||||||
if (ocsp_file) {
|
if (ocsp_file) {
|
||||||
config->pkinit_kdc_ocsp_file = strdup(ocsp_file);
|
config->pkinit_kdc_ocsp_file = strdup(ocsp_file);
|
||||||
|
Reference in New Issue
Block a user