diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2008-10-01 15:35:48 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2008-10-01 15:35:48 +0000 |
| commit | 3f0979ee8bf09c9d5190c56f9facdcebb17a7680 (patch) | |
| tree | b27699c9208cfd180485037dbcd7fbd7d0330cd8 /src/include/kim | |
| parent | 8294739d8cbc7b91ae11c0fb8fbb3c918bb90348 (diff) | |
| download | krb5-3f0979ee8bf09c9d5190c56f9facdcebb17a7680.tar.gz krb5-3f0979ee8bf09c9d5190c56f9facdcebb17a7680.tar.xz krb5-3f0979ee8bf09c9d5190c56f9facdcebb17a7680.zip | |
Support for passing options back and forth for enter_identity and
hints back for select_identity.
ticket: 6055
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20794 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kim')
| -rw-r--r-- | src/include/kim/kim_ui_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/kim/kim_ui_plugin.h b/src/include/kim/kim_ui_plugin.h index 99923e5103..a2058da837 100644 --- a/src/include/kim/kim_ui_plugin.h +++ b/src/include/kim/kim_ui_plugin.h @@ -76,6 +76,7 @@ typedef struct kim_ui_plugin_ftable_v0 { * If this UI calls into KIM to get new credentials it may * call auth_prompt below. */ kim_error (*enter_identity) (void *in_context, + kim_options io_options, kim_identity *out_identity); /* Present UI to select which identity to use. @@ -84,7 +85,7 @@ typedef struct kim_ui_plugin_ftable_v0 { * If this UI calls into KIM to get new credentials it may * call auth_prompt below. */ kim_error (*select_identity) (void *in_context, - kim_selection_hints in_hints, + kim_selection_hints io_hints, kim_identity *out_identity); /* Present UI to display authentication to the user */ |
