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_verify_init_creds_opt_init  Initialize krb5_verify_init_creds_opt structure krb5_verify_init_creds_opt_init Initialize krb5_verify_init_creds_opt...
go to next page: Open Source NoticesOpen Source Notices
end of book navigation links

krb5_verify_init_creds_opt_set_ap_req_nofail -- Initialize the ap_req_nofail field in krb5_verify_init_creds_opt  



C Prototype 

void krb5_verify_init_creds_opt_set_ap_req_nofail (
        krb5_verify_init_creds_opt      *opt,
        int                             ap_req_nofail );

Arguments 

opt (output) A pointer to the options field.
ap_req_nofail (input) The value to set for the ap_req_nofail field in opt.

Description 

This routine initializes the ap_req_nofail field in krb5_verify_init_creds_opt to ap_req_nofail, and sets the appropriate flag.

Return Values 

None.



go to previous page: krb5_verify_init_creds_opt_init  Initialize krb5_verify_init_creds_opt structure krb5_verify_init_creds_opt_init Initialize krb5_verify_init_creds_opt...
go to next page: Open Source NoticesOpen Source Notices