#include <gssapi.h>
OM_uint32 gss_canonicalize_name(
OM_uint32 * minor_status,
gss_name_t input_name,
gss_OID mech_type,
gss_name_t * output_name);
Service Program Name: QSYS/QKRBGSSThe gss_canonicalize_name() routine takes a GSS internal name that contains multiple internal representations and returns a new GSS internal name with a single name representation that corresponds to the specified security mechanism. A name that represents a single security mechanism is called a mechanism name.
The following security mechanisms are supported:
| gss_mech_krb5_old | Beta Kerberos V5 mechanism |
| gss_mech_krb5 | Kerberos V5 mechanism |
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 |