HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_verify_init_creds_opt_set_ap_req_nofail — Initialize the ap_req_nofail field in krb5_verify_init_creds_opt

 » Table of Contents

 » Glossary

 » Index

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.