gss_mech_config
struct gss_mech_config mech_spnego;
aMech = malloc(sizeof (struct gss_mech_config));
(void) memset(aMech, 0, sizeof (struct gss_mech_config));
struct gss_mech_config *next; /* next element in the list */