gssdce_add_oid_set_member(3sec) — Subroutines
NAME
gssdce_add_oid_set_member — Adds an OID to an OID set
Synopsis
OM_uint32 gssdce_add_oid_set_member(
OM_uint32∗ minor_status,
gss_OID∗ member_OID,
gss_OID_set∗ OID_set);
Parameters
Input
member_OID
Specifies the OID you want to add to the OID set.
OID_setSpecifies an OID set.
Output
minor_status
Returns a status code from the security mechanism.
Description
The gssdce_add_oid_set_member() routine adds a new OID to an OID set. If an OID set does not exist, you can create a new, empty OID set with the gssdce_create_empty_oid_set() routine.
Errors
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
GSS_S_COMPLETE
The routine was completed successfully.
GSS_S_FAILURE
The routine failed. Check the minor_status parameter for details.
Related Information
Functions: gss_acquire_cred(3sec), gssdce_create_empty_oid_set(3sec).