search for: max_ssf

Displaying 1 result from an estimated 1 matches for "max_ssf".

Did you mean: max_seq
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...; + struct ntlm_context *context = + (struct ntlm_context *)conn_context; + + ntlm_kill_helper(context); - utils->free(text); + return; } static sasl_server_plug_t ntlm_server_plugins[] = { { - "NTLM", /* mech_name */ + "NTLM", /* mech_name */ 0, /* max_ssf */ - SASL_SEC_NOPLAINTEXT - | SASL_SEC_NOANONYMOUS, /* security_flags */ - SASL_FEAT_WANT_CLIENT_FIRST, /* features */ + SASL_SEC_NOANONYMOUS + | SASL_SEC_NOPLAINTEXT, /* security_flags */ + SASL_FEAT_WANT_CLIENT_FIRST, /* features */ NULL, /* glob_context */ &ntlm_server_mech_new, /...