revert the enable-pkinit change, and make it consistant with all other

other enable- options


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19075 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-19 04:16:49 +00:00
parent f5bb642011
commit 8466eac79d
3 changed files with 3 additions and 3 deletions

View File

@@ -1270,7 +1270,7 @@ Write about the kdc.
@example
[kdc]
pkinit_enable = yes
enable-pkinit = yes
pkinit_identity = FILE:/secure/kdc.crt,/secure/kdc.key
pkinit_anchors = FILE:/path/to/trust-anchors.pem
pkinit_pool = PKCS12:/path/to/useful-intermediate-certs.pfx

View File

@@ -512,7 +512,7 @@ configure(krb5_context context, int argc, char **argv)
NULL,
config->enable_pkinit,
"kdc",
"pkinit_enable",
"enable-pkinit",
NULL);
if (config->enable_pkinit) {
const char *user_id, *anchors, *ocsp_file;

View File

@@ -18,7 +18,7 @@
[kdc]
enable-digest = true
pkinit_enable = true
enable-pkinit = true
pkinit_identity = FILE:@srcdir@/../../lib/hx509/data/kdc.crt,@srcdir@/../../lib/hx509/data/kdc.key
pkinit_anchors = FILE:@srcdir@/../../lib/hx509/data/ca.crt
pkinit_pool = FILE:@srcdir@/../../lib/hx509/data/sub-ca.crt