switch to krb5_set_password().
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23275 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -441,9 +441,10 @@ change_password (krb5_context context,
|
|||||||
memset (buf2, 0, sizeof(buf2));
|
memset (buf2, 0, sizeof(buf2));
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = krb5_change_password (context,
|
ret = krb5_set_password (context,
|
||||||
&cpw_cred,
|
&cpw_cred,
|
||||||
buf1,
|
buf1,
|
||||||
|
client,
|
||||||
&result_code,
|
&result_code,
|
||||||
&result_code_string,
|
&result_code_string,
|
||||||
&result_string);
|
&result_string);
|
||||||
|
Reference in New Issue
Block a user