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_message  Convert an error code into the string representation krb5_get_message Convert an error code into the string representation
go to next page: krb5_get_renewed_creds  Renew existing credentialskrb5_get_renewed_creds Renew existing credentials
end of book navigation links

krb5_get_prompt_types -- Get prompt_types from the Kerberos context 



C Prototype 

krb5_prompt_type * krb5_get_prompt_types (
        krb5_context    context );

Arguments 

context
(input/output)
 The context structure.

Description 

This routine returns the prompt_types field from the Kerberos context structure.

Return Values 

A pointer to the krb5_prompt_type field, which contains one of the following values:

KRB5_PROMPT_TYPE_PASSWORD
KRB5_PROMPT_TYPE_NEW_PASSWORD
KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN
KRB5_PROMPT_TYPE_PREAUTH


go to previous page: krb5_get_message  Convert an error code into the string representation krb5_get_message Convert an error code into the string representation
go to next page: krb5_get_renewed_creds  Renew existing credentialskrb5_get_renewed_creds Renew existing credentials