From c3c75536115c10a7b48c292b676728a76de8a2ab Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 2 Dec 2011 21:20:22 +0000 Subject: [PATCH] pull up r25470 from trunk ------------------------------------------------------------------------ r25470 | ghudson | 2011-11-12 17:03:54 -0500 (Sat, 12 Nov 2011) | 9 lines ticket: 7015 subject: Add plugin interface_names entry for ccselect target_version: 1.10 tags: pullup When the ccselect pluggable interface was added, the interface_names table wasn't updated, so configuring modules for it wouldn't work. Add it now. ticket: 7015 version_fixed: 1.10 status: resolved git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-10@25503 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/krb/plugin.c b/src/lib/krb5/krb/plugin.c index de81f9df9..575b8efa7 100644 --- a/src/lib/krb5/krb/plugin.c +++ b/src/lib/krb5/krb/plugin.c @@ -30,7 +30,8 @@ const char *interface_names[PLUGIN_NUM_INTERFACES] = { "pwqual", "kadm5_hook", "clpreauth", - "kdcpreauth" + "kdcpreauth", + "ccselect" }; /* Return the context's interface structure for id, or NULL if invalid. */ -- 2.26.2