*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> gss_compare_name (3)              
Title
Content
Arch
Section
 

Contents


 gss_compare_name(3)                                     gss_compare_name(3)




 NAME    [Toc]    [Back]
      gss_compare_name() - allow an application to compare two internal
      names to determine whether they are equivalent

 SYNOPSIS    [Toc]    [Back]
      #include <gssapi.h>

      OM_uint32  gss_compare_name (
                OM_uint32 *minor_status,
                const gss_name_t name1,
                const gss_name_t name2,
                int *name_equal)

 DESCRIPTION    [Toc]    [Back]
      The gss_compare_name() routine lets an application compare two
      internal names to determine whether they are the same.  This routine
      does not resolve the names to see if they refer to the same object.
      It simply compares the input names for equivalence.  If either name
      presented to gss_compare_name() denotes an anonymous principal, the
      routines should indicate that the two names do not refer to the same
      identity.

    Input Parameters    [Toc]    [Back]
      name1                 Specifies the first internal name.

      name2                 Specifies the second internal name.

    Output Parameters    [Toc]    [Back]
      name_equal            Returns one of the following values:

                               True      The names are the same.

                               False     The names are not the same.

      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 name1 or name2
                               parameter is unsupported.

      GSS_S_BAD_NAME           An invalid name was passed by the name1 or
                               name2 parameter.

      GSS_S_FAILURE            The routine failed.  Check the minor_status
                               parameter for details.




 Hewlett-Packard Company            - 1 -   HP-UX 11i Version 2: August 2003






 gss_compare_name(3)                                     gss_compare_name(3)




 AUTHOR    [Toc]    [Back]
      gss_compare_name() was developed by Sun Microsystems, Inc.

 SEE ALSO    [Toc]    [Back]
      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            - 2 -   HP-UX 11i Version 2: August 2003
[ Back ]
      
      
 Similar pages
Name OS Title
gss_compare_name Tru64 Compare two internal form names.
cfg_subsys_list Tru64 determine the names and states of all subsystems registered on the system
DtStdAppFontNames HP-UX CDE Standard Application Font Names
gss_indicate_mechs HP-UX allow an application to determine which underlying security mechanisms are available
SSL_SESSION_get_ex_data OpenBSD internal application specific data functions
SSL_CTX_set_ex_data OpenBSD internal application specific data functions
SSL_CTX_get_ex_new_index OpenBSD internal application specific data functions
SSL_CTX_get_ex_data OpenBSD internal application specific data functions
CRYPTO_set_ex_data OpenBSD internal application specific data functions
SSL_SESSION_get_ex_new_index OpenBSD internal application specific data functions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service