 |
Index for Section 3 |
|
 |
Alphabetical listing for G |
|
 |
Bottom of page |
|
gss_indicate_mechs(3)
NAME
gss_indicate_mechs - Return an OID set of the available security
mecahnisms.
SYNOPSIS
#include <gssapi/gssapi.h>
OM_uint32 gss_indicate_mechs(
OM_uint32 * minor_status,
gss_OID_set * mech_set );
PARAMETERS
minor_status
Kerberos 5 error code.
mech_set
Object identifier (OID) set for the supported security mechanisms.
The OID set returned is a pointer into dynamic storage. After use
by the application, this storage must be released with a call to
gss_release_oid_set().
DESCRIPTION
The gss_indicate_mechs() function returns an OID set of the available
security mechanisms. The HP implementation of GSS-API supports Kerberos 5.
RETURN VALUES
GSS_S_CALL_INACCESSIBLE_READ 01xxxxxx
GSS_S_CALL_INACCESSIBLE_WRITE 02xxxxxx
GSS_S_COMPLETE 00000000
GSS_S_FAILURE xx0Dxxxx
SEE ALSO
Functions: gss_release_oid_set(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for G |
|
 |
Top of page |
|