From 2f96163a0f4ab2797dfbb56c9be23b3c2211d662 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 12 Nov 2011 22:03:54 +0000 Subject: [PATCH] Add plugin interface_names entry for ccselect 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 target_version: 1.10 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25470 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