csf_gss_get_OidAddress(3) — Subroutines
NAME
csf_gss_get_OidAddress − Return a pointer to static storage that contains the requested OID
SYNOPSIS
#include <gssapi/gssapi.h>
gss_OID csf_gss_get_OidAddress(
int oid_index );
PARAMETERS
oid_index
The index of the OID.
The following indices are supported:
index=0rfc_krb5_c_OID
index=2GSS_C_NT_USER_NAME
GSS_KRB5_NT_USER_NAME
index=3GSS_C_NT_MACHINE_UID_NAME
GSS_KRB5_NT_MACHINE_UID_NAME
index=4GSS_C_NT_STRING_UID_NAME
GSS_KRB5_NT_STRING_UID_NAME
index=5GSS_C_NT_HOSTBASED_SERVICE
GSS_C_NT_HOSTBASED_SERVICE_NAME
index=7GSS_C_NT_EXPORT_NAME
index=8GSS_KRB5_NT_PRINCIPAL_NAME
index=9GSS_KRB5_NT_PRINCIPAL
DESCRIPTION
The csf_gss_get_OidAddress() function is an extension that returns a pointer to static storage that contains the requested OID.
This function is the preferred alternative to csfgss_pPtr().
RETURN VALUES
This function returns a pointer to the requested OID.
PORTABILITY CONSIDERATIONS
This function is an extension of the GSS-API standard that is not supported by other GSS-API implementations.