GSS Req Flags(3)
NAME
GSS Req Flags
- 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). - Defines
- #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
Detailed Description
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 Documentation
- #define GSS_C_GLOBUS_DONT_ACCEPT_LIMITED_PROXY_FLAG 8192
- 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 - #define GSS_C_GLOBUS_DELEGATE_LIMITED_PROXY_FLAG 4096
- Set if you wan the delegated proxy to be a limited proxy.
- #define GSS_C_GLOBUS_ACCEPT_PROXY_SIGNED_BY_LIMITED_PROXY_FLAG 32768
- Set if you want to accept proxies signed by limited proxies. Deprecated
We now accept proxies signed by limited proxies if they are limited or independent.
Author
- Generated automatically by Doxygen for globus gssapi gsi from the
source code.