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:
@@ -84,6 +84,10 @@ main(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 (argc != 2)
|
||||
errx(1, "argc != 2");
|
||||
|
||||
|
Reference in New Issue
Block a user