Add plugin interface_names entry for ccselect
authorGreg Hudson <ghudson@mit.edu>
Sat, 12 Nov 2011 22:03:54 +0000 (22:03 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 12 Nov 2011 22:03:54 +0000 (22:03 +0000)
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

index de81f9df9a737a0d3f41341c535b22ce2ef76532..575b8efa774c659aa91adc6f1dd479316edab168 100644 (file)
@@ -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. */