From f2e69c9c62b6378aeef5ffe3679cf9c08c0ed792 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 14 Feb 2014 19:35:43 -0800 Subject: [PATCH] make hdb plugin test pass --- lib/hdb/test_hdbplugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/test_hdbplugin.c b/lib/hdb/test_hdbplugin.c index d133052dd..5b9897843 100644 --- a/lib/hdb/test_hdbplugin.c +++ b/lib/hdb/test_hdbplugin.c @@ -88,7 +88,7 @@ main(int argc, char **argv) krb5_err(context, 1, ret, "krb5_plugin_register"); } - ret = hdb_create(context, &db, "HDB:test&1234"); + ret = hdb_create(context, &db, "test:test&1234"); if(ret) { krb5_err(context, 1, ret, "hdb_create"); } -- 2.11.4.GIT