Searched defs:set_password_for (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | changepw.c | 51 krb5_principal set_password_for; member in struct:sendto_callback_context 185 if (ctx->set_password_for) 189 ctx->set_password_for, 212 ** if set_password_for is NULL, then a password change is performed, 213 ** otherwise, the password is set for the principal indicated in set_password_for 219 krb5_principal set_password_for, 241 callback_ctx.set_password_for = set_password_for; 312 if (set_password_for) 339 if (set_password_for) 216 change_set_password(krb5_context context, krb5_creds *creds, char *newpw, krb5_principal set_password_for, int *result_code, krb5_data *result_code_string, krb5_data *result_string) argument [all...] |
Completed in 16 milliseconds