csf_gss_inq_user(3) — Subroutines
NAME
csf_gss_inq_user − Extension that obtains information about a user context
FUNCTION CODE
CALLING ARGUMENTS
#include <gssapi/gssapi.h>
OM_uint32 csf_gss_inq_user(
OM_uint32 ∗ minor_status,
csf_gss_user_t user_id,
gss_OID_set ∗ actual_mechs,
gss_name_t ∗ user_name );
PARAMETERS
minor_status
user_id
actual_mechs
supported by the user context. The HP implementation of the GSS-API the application after use with a call to gss_release_oid_set().
user_name
DESCRIPTION
Extension that obtains information about a user context. The context must be acquired beforehand using the csf_gss_acq_user() function. The information includes the name of the user and the security mechanisms
RETURN VALUES
| GSS_S_CALL_INACCESSIBLE_READ | 01xxxxxx |
| GSS_S_CALL_INACCESSIBLE_WRITE | 02xxxxxx |
| GSS_S_COMPLETE | 00000000 |
| GSS_S_FAILURE | xx0Dxxxx |