025EA14B   No internal name provided for requested mechanism.

Explanation

A gss_name_t parameter does not contain an internal representation that is valid for the requested mechanism. Names returned by one mechanism may not be used with a different mechanism. The gss_import_name API function can be used to generate a gss_name_t that contains internal representations for all of the supported mechanisms.

User response

Provide a gss_name_t that is valid for the requested mechanism.