Predefined Constants
PHP Manual

Constants for GSSAPI

These constants are flags for GSSAPI contexts and used by the methods GSSAPIContext::initSecContext() GSSAPIContext::acceptSecContext(). More information is available in RFC2744.

Context Flags
constant
GSS_C_DELEG_FLAG Request credential delegation when initiating context, only available when used credentials are forwardable.
GSS_C_MUTUAL_FLAG Request mutual authentication.
GSS_C_REPLAY_FLAG Request replay detection.
GSS_C_SEQUENCE_FLAG
GSS_C_CONF_FLAG
GSS_C_INTEG_FLAG
GSS_C_ANON_FLAG
GSS_C_PROT_READY_FLAG
GSS_C_TRANS_FLAG

These constants are flags for GSSAPI credentials and used by the method GSSAPIContext::acquireCredentials().

Credential Flags
constant
GSS_C_BOTH Request credentials to be usable for initiating and accepting contexts.
GSS_C_INITIATE Request credentials to be usable for initiating contexts.
GSS_C_ACCEPT Request credentials to be usable for accepting contexts.


Predefined Constants
PHP Manual