|
gss_indicate_mechs(3)
Contents
|
gss_indicate_mechs - Return an OID set of the available
security mecahnisms.
#include <gssapi/gssapi.h>
OM_uint32 gss_indicate_mechs(
OM_uint32 * minor_status,
gss_OID_set * mech_set );
Kerberos 5 error code. 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().
The gss_indicate_mechs() function returns an OID set of
the available security mechanisms. The HP implementation
of GSS-API supports Kerberos 5.
GSS_S_CALL_INACCESSIBLE_READ 01xxxxxx
GSS_S_CALL_INACCESSIBLE_WRITE 02xxxxxx
GSS_S_COMPLETE 00000000
GSS_S_FAILURE xx0Dxxxx
Functions: gss_release_oid_set(3)
gss_indicate_mechs(3)
[ Back ] |