#include <gssapi.h> OM_uint32 gss_compare_name( OM_uint32 * minor_status, gss_name_t name1, gss_name_t name2, int * name_equal);Service Program Name: QSYS/QKRBGSS
The gss_compare_name() function allows an application to compare two internal names to determine whether they refer to the same object. The two names must have an internal representation format in common to be comparable. The names are considered not equal if either name denotes an anonymous principal.
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 |