Query: gss_compare_name
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
gss_compare_name(3) Library Functions Manual gss_compare_name(3)NAMEgss_compare_name() - allow an application to compare two internal names to determine whether they are equivalentSYNOPSISDESCRIPTIONThe 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 denotes an anonymous principal, the routines should indicate that the two names do not refer to the same identity. Input Parameters name1 Specifies the first internal name. name2 Specifies the second internal name. Output Parameters name_equal Returns one of the following values: The names are the same. The names are not the same. minor_status Returns a status code from the security mechanism.STATUS CODESThe following status codes can be returned: The routine was completed successfully. The name passed by the name1 or name2 parameter is unsupported. An invalid name was passed by the name1 or name2 parameter. The routine failed. Check the minor_status parameter for details.AUTHORwas developed by Sun Microsystems, Inc.SEE ALSOgss_import_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_compare_name(3)
Related Man Pages |
---|
gss_compare_name(3gss) - opensolaris |
gss_compare_name(3) - hpux |
gss_compare_name(3) - x11r4 |
gss_compare_name(3) - minix |
gss_compare_name(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Merging lines in a file |
Use of sed/awk |
Get value of substring from a file |
changing number in bash (number is in form of string) |
Perl program for find one entry and put in different file |