Searched defs:set_password_for (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c48 krb5_principal set_password_for; member in struct:sendto_callback_context
162 if (ctx->set_password_for)
166 ctx->set_password_for,
189 ** if set_password_for is NULL, then a password change is performed,
190 ** otherwise, the password is set for the principal indicated in set_password_for
194 krb5_principal set_password_for,
214 callback_ctx.set_password_for = set_password_for;
272 if (set_password_for)
299 if (set_password_for)
193 krb5_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 45 milliseconds