skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_get_init_creds_opt_set_renew_life  Set the renewal lifetime field in krb5_get_init_creds_opt krb5_get_init_creds_opt_set_renew_life Set the renewal lifetime...
go to next page: krb5_get_init_creds_opt_set_tkt_life  Initialize the ticket lifetime for krb5_get_init_creds* routineskrb5_get_init_creds_opt_set_tkt_life Initialize the ticket lifetime...
end of book navigation links

krb5_get_init_creds_opt_set_salt -- Set the salt field in krb5_get_init_creds_opt 



C Prototype 

void krb5_get_init_creds_opt_set_salt (
        krb5_get_init_creds_opt         *opt,
        krb5_data                       *salt );

Arguments 

opt (output)  A pointer to the options field.
salt (input) A pointer to the salt value.

Description 

This routine sets the cryptographic salt field in the krb5_get_init_creds_opt structure.

Return Values 

None.



go to previous page: krb5_get_init_creds_opt_set_renew_life  Set the renewal lifetime field in krb5_get_init_creds_opt krb5_get_init_creds_opt_set_renew_life Set the renewal lifetime...
go to next page: krb5_get_init_creds_opt_set_tkt_life  Initialize the ticket lifetime for krb5_get_init_creds* routineskrb5_get_init_creds_opt_set_tkt_life Initialize the ticket lifetime...