From f581566cc0892118a8d35a927be4ea854c80f239 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Wed, 31 May 1995 00:30:24 +0000 Subject: Added k5 password changing code for the cns program (untested, waiting for a server.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5918 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/cns/cns.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/windows/cns/cns.h') diff --git a/src/windows/cns/cns.h b/src/windows/cns/cns.h index deac2f64c1..35a50e94c1 100644 --- a/src/windows/cns/cns.h +++ b/src/windows/cns/cns.h @@ -153,6 +153,14 @@ time_t kwin_get_epoch(void); static int k5_get_lrealm (char *realm); static krb5_error_code k5_init_ccache (krb5_ccache *ccache); static int k5_name_from_ccache (krb5_ccache k5_ccache); + krb5_error_code k5_change_password ( + krb5_context context, + char *user, + char *realm, + char *old_password, + char *new_password, + char **text); + #endif HICON kwin_get_icon(time_t expiration); -- cgit