From cc1891f16f04f6d3eb1d568652373294124d2d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 May 2005 20:50:53 +0000 Subject: [PATCH] add missing options, prompted by James F. Hranicky mail to heimdal-discuss git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15192 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/verify_krb5_conf.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/verify_krb5_conf.c b/lib/krb5/verify_krb5_conf.c index 051710aee..5ec1ccf51 100644 --- a/lib/krb5/verify_krb5_conf.c +++ b/lib/krb5/verify_krb5_conf.c @@ -468,6 +468,8 @@ struct entry kdc_database_entries[] = { { "realm", krb5_config_string, NULL }, { "dbname", krb5_config_string, NULL }, { "mkey_file", krb5_config_string, NULL }, + { "acl_file", krb5_config_string, NULL }, + { "log_file", krb5_config_string, NULL }, { NULL } }; @@ -493,6 +495,7 @@ struct entry kdc_entries[] = { { "enable-pkinit", krb5_config_string, check_boolean }, { "pki-identity", krb5_config_string, NULL }, { "pki-anchors", krb5_config_string, NULL }, + { "hdb-ldap-create-base", krb5_config_string, NULL }, { NULL } }; @@ -500,6 +503,7 @@ struct entry kadmin_entries[] = { { "password_lifetime", krb5_config_string, check_time }, { "default_keys", krb5_config_string, NULL }, { "use_v4_salt", krb5_config_string, NULL }, + { "require-preauth", krb5_config_string, check_boolean }, { NULL } }; struct entry log_strings[] = {