#include <gssapi.h>
OM_uint32 gss_display_status(
OM_uint32 * minor_status,
OM_uint32 status_value,
int status_type,
gss_OID mech_type,
gss_msg_ctx_t * message_context,
gss_buffer_t status_string);
Service Program Name: QSYS/QKRBGSSThe gss_display_status() function provides an application with a textual representation of a GSS or mechanism status code. The returned message can then be displayed to the user or written to a log file.
| GSS_C_GSS_CODE | GSS major status code |
| GSS_C_MECH_CODE | Mechanism minor status code |
The return value is one of the following status codes:
| Object Referred to | Data Authority Required |
|---|---|
| Each directory in the path name preceding the configuration file | *X |
| Configuration file | *R |
| Message ID | Error Message Text |
|---|---|
| CPE3418 E | Possible APAR condition or hardware failure. |
| Top | Security APIs UNIX-Type APIs | APIs by category |