add HDBGET: that only supports get, iteration doesnt really make sense for the HDB keytab except when dumping

This commit is contained in:
Love Hornquist Astrand
2013-10-15 12:40:39 +02:00
parent d1eb0da071
commit 1d84562886
16 changed files with 56 additions and 20 deletions

View File

@@ -238,7 +238,7 @@ _kdc_do_digest(krb5_context context,
kdc_log(context, config, 0, "Digest request from %s", from);
ret = krb5_kt_resolve(context, "HDB:", &id);
ret = krb5_kt_resolve(context, "HDBGET:", &id);
if (ret) {
kdc_log(context, config, 0, "Can't open database for digest");
goto out;