diff options
author | Greg Hudson <ghudson@mit.edu> | 2013-08-05 14:43:24 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2013-08-15 12:27:39 -0400 |
commit | d61fbd85467c71c9bfb185e0e675e1619972bd0b (patch) | |
tree | 7657cff654502e6ef3e8e54625b4ef29bdca0e9d /src/lib/krb5/krb | |
parent | e7b3a8cad4dcd6f52d094e81595aa4aee817e898 (diff) | |
download | krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.gz krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.xz krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.zip |
Add hostrealm pluggable interface definition
ticket: 7687 (new)
Diffstat (limited to 'src/lib/krb5/krb')
-rw-r--r-- | src/lib/krb5/krb/plugin.c | 3 |
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. */ |