krb5_get_init_creds_opt_set_renew_life -- Set
the renewal lifetime field in krb5_get_init_creds_opt

C Prototype

void krb5_get_init_creds_opt_set_renew_life (
krb5_get_init_creds_opt *opt,
krb5_deltat renew_life );
Arguments

| opt (output) | | A pointer to the options
field. |
| renew_life (input) | | The Kerberos ticket renewal
lifetime. |
Description

This routine sets the Kerberos ticket renewal lifetime field
in the krb5_get_init_creds_opt structure.
Return
Values
