diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-05-09 17:40:38 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-05-09 17:40:38 +0000 |
commit | 13a0013f55e9bea8384234f5caa1a0b444749daf (patch) | |
tree | 421085bed0a911b9a5de9ea06fbd401f37d5904b /src/lib/krb5/libkrb5.exports | |
parent | c250f6743a623ab5086c56324060ebf99c740379 (diff) | |
download | krb5-13a0013f55e9bea8384234f5caa1a0b444749daf.tar.gz krb5-13a0013f55e9bea8384234f5caa1a0b444749daf.tar.xz krb5-13a0013f55e9bea8384234f5caa1a0b444749daf.zip |
Add API to interpret changepw result strings
Active Directory returns structured policy information in the
nominally UTF-8 result string field of a password change reply. Add a
new API krb5_chpw_message() to convert a result string into a
displayable message, interpreting policy information if present.
Patch from stefw@gnome.org with changes.
ticket: 7128
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25857 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/libkrb5.exports')
-rw-r--r-- | src/lib/krb5/libkrb5.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5/libkrb5.exports b/src/lib/krb5/libkrb5.exports index cb73a1471..6319c72a8 100644 --- a/src/lib/krb5/libkrb5.exports +++ b/src/lib/krb5/libkrb5.exports @@ -213,6 +213,7 @@ krb5_change_cache krb5_change_password krb5_check_clockskew krb5_check_transited_list +krb5_chpw_message krb5_chpw_result_code_string krb5_clear_error_message krb5_copy_addr |