svn rev #25470: trunk/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Sat Nov 12 17:03:55 EST 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25470
Commit By: ghudson
Log Message:
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.


Changed Files:
U   trunk/src/lib/krb5/krb/plugin.c
Modified: trunk/src/lib/krb5/krb/plugin.c
===================================================================
--- trunk/src/lib/krb5/krb/plugin.c	2011-11-11 17:01:12 UTC (rev 25469)
+++ trunk/src/lib/krb5/krb/plugin.c	2011-11-12 22:03:54 UTC (rev 25470)
@@ -30,7 +30,8 @@
     "pwqual",
     "kadm5_hook",
     "clpreauth",
-    "kdcpreauth"
+    "kdcpreauth",
+    "ccselect"
 };
 
 /* Return the context's interface structure for id, or NULL if invalid. */




More information about the cvs-krb5 mailing list