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_host_realm  Get the Kerberos realm names for a host krb5_get_host_realm Get the Kerberos realm names for a host
go to next page: krb5_get_prompt_types  Get prompt_types from the Kerberos contextkrb5_get_prompt_types Get prompt_types from the Kerberos context
end of book navigation links

krb5_get_message -- Convert an error code into the string representation 



C Prototype 

char * krb5_get_message(
        long code );

Arguments 

code (input)  The Kerberos numeric error code.

Description 

This routine is supported on the OpenVMS platform only. It converts a Kerberos numeric error code into the string that describes the error.

Return Values 

A pointer to an ASCII string describing the error indicated by code. The storage allocated at this pointer location should not be freed; it is part of an internal table of error messages.


go to previous page: krb5_get_host_realm  Get the Kerberos realm names for a host krb5_get_host_realm Get the Kerberos realm names for a host
go to next page: krb5_get_prompt_types  Get prompt_types from the Kerberos contextkrb5_get_prompt_types Get prompt_types from the Kerberos context