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_init  Initialize options for krb5_get_init_creds* routines krb5_get_init_creds_opt_init Initialize options for krb5_get_init_creds*...
go to next page: krb5_get_init_creds_opt_set_etype_list  Set the encryption list field in krb5_get_init_creds_optkrb5_get_init_creds_opt_set_etype_list Set the encryption list...
end of book navigation links

krb5_get_init_creds_opt_set_address_list -- Set the address list in krb5_get_init_creds_opt 



C Prototype 

void krb5_get_init_creds_opt_set_address_list (
        krb5_get_init_creds_opt         *opt,
        krb5_address                    **addresses );

Arguments 

opt (output)  A pointer to the options field.
addresses (input) A pointer to the address to set in the address list field in opt.

Description 

This routine sets the address list in the krb5_get_init_creds_opt structure.

Return Values 

None.



go to previous page: krb5_get_init_creds_opt_init  Initialize options for krb5_get_init_creds* routines krb5_get_init_creds_opt_init Initialize options for krb5_get_init_creds*...
go to next page: krb5_get_init_creds_opt_set_etype_list  Set the encryption list field in krb5_get_init_creds_optkrb5_get_init_creds_opt_set_etype_list Set the encryption list...