krb5_get_init_creds_opt_set_forwardable -- Set
the forwardable field in krb5_get_init_creds_opt

C Prototype

void krb5_get_init_creds_opt_set_forwardable (
krb5_get_init_creds_opt *opt,
int forwardable );
Arguments

| opt (output) | | A pointer to the options
field. |
| forwardable (input) | | A flag indicating whether
the credentials are forwardable. |
Description

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