export get_dbinfo as krb5_kdc_set_dbinfo and call from users. This to allows libkdc users to to specify their own databases

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21110 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-18 10:52:20 +00:00
parent b1f3eb8118
commit c561d08c04
4 changed files with 34 additions and 11 deletions

View File

@@ -202,6 +202,10 @@ configure(krb5_context context, int argc, char **argv)
kdc_openlog(context, config);
ret = krb5_kdc_set_dbinfo(context, config);
if (ret)
krb5_err(context, 1, ret, "krb5_kdc_set_dbinfo");
if(max_request_str)
max_request = parse_bytes(max_request_str, NULL);