These macros set the REQUESTED type of context - these should be set (or not) in the context's req_flags (or in the context's ret_flags if accept_sec_context is being called).
#define GSS_C_GLOBUS_DONT_ACCEPT_LIMITED_PROXY_FLAG 8192
#define GSS_C_GLOBUS_DELEGATE_LIMITED_PROXY_FLAG 4096
#define GSS_C_GLOBUS_ACCEPT_PROXY_SIGNED_BY_LIMITED_PROXY_FLAG 32768
These macros set the REQUESTED type of context - these should be set (or not) in the context's req_flags (or in the context's ret_flags if accept_sec_context is being called).
Set if you don't want a context to accept a limited proxy. If this flag is set, and a limited proxy is received, the call will not be successful and the context will not be set up
Set if you wan the delegated proxy to be a limited proxy.
Set if you want to accept proxies signed by limited proxies. Deprecated
Generated automatically by Doxygen for globus gssapi gsi from the source code.