pull up r25470 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 2 Dec 2011 21:20:22 +0000 (21:20 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 2 Dec 2011 21:20:22 +0000 (21:20 +0000)
 ------------------------------------------------------------------------
 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

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. */