svn rev #25503: branches/krb5-1-10/src/lib/krb5/krb/
tlyu@MIT.EDU
tlyu at MIT.EDU
Fri Dec 2 16:20:22 EST 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25503
Commit By: tlyu
Log Message:
ticket: 7015
version_fixed: 1.10
status: resolved
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.
Changed Files:
U branches/krb5-1-10/src/lib/krb5/krb/plugin.c
Modified: branches/krb5-1-10/src/lib/krb5/krb/plugin.c
===================================================================
--- branches/krb5-1-10/src/lib/krb5/krb/plugin.c 2011-12-02 21:20:18 UTC (rev 25502)
+++ branches/krb5-1-10/src/lib/krb5/krb/plugin.c 2011-12-02 21:20:22 UTC (rev 25503)
@@ -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