Print acl file too.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21579 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-16 08:34:35 +00:00
parent 5888fbb9fd
commit 26df780b8c

View File

@@ -80,6 +80,8 @@ krb5_kdc_set_dbinfo(krb5_context context, struct krb5_kdc_configuration *c)
hdb_dbinfo_get_dbname(context, d));
kdc_log(context, c, 0, "\tmkey_file: %s",
hdb_dbinfo_get_mkey_file(context, d));
kdc_log(context, c, 0, "\tacl_file: %s",
hdb_dbinfo_get_acl_file(context, d));
}
hdb_free_dbinfo(context, &info);