On Aug 15, 2008, at 2:27 PM, Neha Sharma wrote:
Hi Joseph
Setting this variable does not seem to produce any debug output..
setenv("GLOBUS_GSI_GSS_ASSIST_DEBUG_LEVEL",debug_level_string,1);
where debug_level_string is 4
If I just change above to
setenv("GLOBUS_GSSAPI_DEBUG_LEVEL",debug_level_string,1);
I see whole bunch of debug output..
Are you sure this is the right variable?
Thanks
-Neha
Is your app activating the GLOBUS_GSI_GSS_ASSIST_MODULE before calling
the globus_gss_assist API functions?
Joe