


   SPX Version 2.2                                        gss_display_name(3)



   Name
     gss_display_name - translate an GSS-format name to a printable format

   Syntax
     #include "gssapi_defs.h"

     OM_uint32 gss_display_name(minor_status,
                                input_name,
                                output_name_buffer,
                               output_name_type)

     OM_uint32       *minor_status;
     gss_name_t      input_name;
     gss_buffer_t    output_name;
     gss_OID         *output_name_type;

   Arguments

     _m_i_n_o_r__s_t_a_t_u_s
            (OM_uint32, modify) If the routine doesn't return GSS_S_COMPLETE,
            then this status code can be used to display the mechanism
            specific error using the call _g_s_s__d_i_s_p_l_a_y__s_t_a_t_u_s

     _i_n_p_u_t__n_a_m_e
            (gss_name_t, read) Name to be displayed.

     _o_u_t_p_u_t__n_a_m_e
            (gss_buffer_t, modify) A buffer to receive the textual name
            string.

     _o_u_t_p_u_t__n_a_m_e__t_y_p_e
            (Object_ID, modify) The type of the returned name.  In SPX, this
            will always be GSS_C_NULL_OID.

   Description
     Returns a self describing textual representation of an API-format name.

   See Also

















   Digital Equipment Corporation                                            1


99