krb5_get_init_creds_opt_set_preauth_list -- Set
the preauth_list field in krb5_get_init_creds_opt

C Prototype

void krb5_get_init_creds_opt_set_preauth_list (
krb5_get_init_creds_opt *opt,
krb5_preauthtype *preauth_list,
int preauth_list_length );
Arguments

| opt (output) | | A pointer to the options
field. |
| preauth_list (input) | | A pointer to the preauthentication
type to set. |
| preauth_list_length (input) |
 | | The length of the preauth_list field. |
Description

This routine sets the preauth_list field
in the krb5_get_init_creds_opt structure.
Return
Values
