make max ssf for EAP 128
authorLuke Howard <lukeh@padl.com>
Fri, 24 Sep 2010 16:28:07 +0000 (18:28 +0200)
committerLuke Howard <lukeh@padl.com>
Fri, 24 Sep 2010 16:28:07 +0000 (18:28 +0200)
plugins/gssapi.c

index 0e6cf2b..3886f14 100644 (file)
@@ -1276,7 +1276,7 @@ static sasl_server_plug_t gssapi_server_plugins[] =
     },
     {
        "GSS-EAP",                      /* mech_name */
-       256,                            /* max_ssf */
+       128,                            /* max_ssf */
        SASL_SEC_NOPLAINTEXT
        | SASL_SEC_NOACTIVE
        | SASL_SEC_MUTUAL_AUTH,         /* security_flags */