use krb5_set_password_using_ccache

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13911 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-06-02 19:30:38 +00:00
parent ee217370b1
commit 17083d8556
2 changed files with 21 additions and 21 deletions

View File

@@ -87,13 +87,13 @@ change_password(krb5_context context,
return 1;
}
ret = krb5_set_password (context, id, pwbuf,
principal,
&result_code,
&result_code_string,
&result_string);
ret = krb5_set_password_using_ccache (context, id, pwbuf,
principal,
&result_code,
&result_code_string,
&result_string);
if (ret) {
krb5_warn (context, ret, "krb5_set_password");
krb5_warn (context, ret, "krb5_set_password_using_ccache");
return 1;
}