gss_import_name(3) gss_import_name(3)
NAME [Toc] [Back]
gss_import_name() - convert a printable name to an internal form
SYNOPSIS [Toc] [Back]
#include <gssapi.h>
OM_uint32 gss_import_name (
OM_uint32 *minor_status,
const gss_buffer_t input_buffer_name,
const gss_OID input_name_type,
gss_name_t *output_name)
DESCRIPTION [Toc] [Back]
The gss_import_name() routine converts a printable name to an internal
form.
Input Parameters [Toc] [Back]
input_name_buffer Specifies the buffer containing the printable
name to convert.
input_name_type Specifies the object identifier for the type of
printable name. Applications may specify either
GSS_C_NULL_OID to use local system-specific
printable syntax, or an OID registered by the
GSSAPI implementation to name a particular
namespace.
Output Parameters [Toc] [Back]
output_name Returns the name in an internal form.
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_NAMETYPE The name passed by the input_name parameter
is not recognized.
GSS_S_BAD_NAME The routine could not interpret the
input_name parameter as a name of the type
specified.
GSS_S_BAD_MECH The input nametype was GSS_C_NT_EXPORT_NAME,
but the mechanism contained within the
input_name is not supported.
GSS_S_FAILURE Check the minor_status parameter for details.
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003
gss_import_name(3) gss_import_name(3)
AUTHOR [Toc] [Back]
gss_import_name() was developed by Sun Microsystems, Inc.
SEE ALSO [Toc] [Back]
gss_compare_name(3), gss_display_name(3), gss_export_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 - 2 - HP-UX 11i Version 2: August 2003 [ Back ] |