gss_duplicate_name(3) gss_duplicate_name(3)
NAME [Toc] [Back]
gss_duplicate_name() - allow an application to create an exact
duplicate of the existing internal name
SYNOPSIS [Toc] [Back]
#include <gssapi.h>
OM_uint32 gss_duplicate_name (
OM_uint32 *minor_status,
const gss_name_t src_name,
gss_name_t *dest_name)
DESCRIPTION [Toc] [Back]
The gss_duplicate_name() routine create an exact duplicate of the
existing internal name src_name. The new dest_name will be
independent of src_name.
Input Parameters [Toc] [Back]
src_name The internal name to be duplicated.
Output Parameters [Toc] [Back]
dest_name The resultant copy of src_name.
minor_status Returns a status code from the security
mechanism.
STATUS CODES [Toc] [Back]
The following status codes can be returned:
GSS_S_COMPLETE The routine was completed successfully.
GSS_S_BAD_NAME The src_name parameter was ill-formed.
AUTHOR [Toc] [Back]
gss_duplicate_name() was developed by Sun Microsystems, Inc.
SEE ALSO [Toc] [Back]
gss_display_name(3), gss_import_name(3), gss_release_name(3).
The manpages for DCE-GSSAPI are included with the DCE-CoreTools
product. To see those manpages add /opt/dce/share/man to MANPATH.
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003 [ Back ] |