summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-08-05 14:43:24 -0400
committerGreg Hudson <ghudson@mit.edu>2013-08-15 12:27:39 -0400
commitd61fbd85467c71c9bfb185e0e675e1619972bd0b (patch)
tree7657cff654502e6ef3e8e54625b4ef29bdca0e9d /src/lib/krb5
parente7b3a8cad4dcd6f52d094e81595aa4aee817e898 (diff)
downloadkrb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.gz
krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.xz
krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.zip
Add hostrealm pluggable interface definition
ticket: 7687 (new)
Diffstat (limited to 'src/lib/krb5')
-rw-r--r--src/lib/krb5/krb/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/plugin.c b/src/lib/krb5/krb/plugin.c
index 53616a0c1e..57ee1c1166 100644
--- a/src/lib/krb5/krb/plugin.c
+++ b/src/lib/krb5/krb/plugin.c
@@ -53,7 +53,8 @@ const char *interface_names[] = {
"clpreauth",
"kdcpreauth",
"ccselect",
- "localauth"
+ "localauth",
+ "hostrealm"
};
/* Return the context's interface structure for id, or NULL if invalid. */