Switch to krb5_set_password.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23398 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -140,7 +140,11 @@ generate_requests (const char *filename, unsigned nreq)
|
|||||||
|
|
||||||
krb5_free_principal (context, principal);
|
krb5_free_principal (context, principal);
|
||||||
|
|
||||||
ret = krb5_change_password (context, &cred, new_pwd,
|
|
||||||
|
ret = krb5_set_password (context,
|
||||||
|
&cred,
|
||||||
|
new_pwd,
|
||||||
|
NULL,
|
||||||
&result_code,
|
&result_code,
|
||||||
&result_code_string,
|
&result_code_string,
|
||||||
&result_string);
|
&result_string);
|
||||||
|
Reference in New Issue
Block a user