#include <gssapi.h>
OM_uint32 gss_duplicate_name(
OM_uint32 * minor_status,
gss_name_t input_name,
gss_name_t * output_name);
Service Program Name: QSYS/QKRBGSSThe gss_duplicate_name() function creates a duplicate of a GSS internal name.
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. |
[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]