Skip to content

Commit

Permalink
Add plugin interface_names entry for ccselect
Browse files Browse the repository at this point in the history
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
  • Loading branch information
greghudson committed Nov 12, 2011
1 parent da7e5ac commit 2f96163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/krb5/krb/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 2f96163

Please sign in to comment.