krb5_error_code krb5_auth_con_setflags( krb5_context context, krb5_auth_context auth_context, krb5_int32 flags );
The context structure.
A per-connection context.
A bit mask representing the flags to set in auth_context. Valid values are:
KRB5_AUTH_CONTEXT_DO_TIME — Use timestamps.
KRB5_AUTH_CONTEXT_RET_TIME — Save timestamps to output structure.
KRB5_AUTH_CONTEXT_DO_SEQUENCE — Use sequence numbers.
KRB5_AUTH_RET_SEQUENCE — Copy sequence numbers to output structure.
This routine sets the flags of auth_context to the flags argument.
This routine returns the following KRB5 status code:
0