gss_export_name(3) Library Functions Manual gss_export_name(3)
NAME
gss_export_name() - convert a mechanism name (MN) to a form suitable for direct comparison
SYNOPSIS
DESCRIPTION
The converts a mechanism name (MN) to export form.
Input Parameters
input_name Specifies the mechanism name (MN) to be exported.
Output Parameters
exported_name The canonical contiguous string form of input_name.
minor_status Returns a status code from the security mechanism.
STATUS CODES
The following status codes can be returned:
The routine was completed successfully.
The name passed by the input_name parameter is not recognized.
The routine could not interpret the
input_name parameter as a name of the type specified.
The provided internal name was not a mechanism name.
AUTHOR
was developed by Sun Microsystems, Inc.
SEE ALSO
gss_compare_name(3), gss_display_name(3), gss_release_name(3).
The manpages for DCE-GSSAPI are included with the DCE-CoreTools product. To see those manpages add to
gss_export_name(3)