From: Matthew Newton Date: Tue, 8 Mar 2016 13:52:14 +0000 (+0000) Subject: wbcCtxAuthenticateUserEx params update to allow workstation login X-Git-Tag: release_3_0_12~192^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1556%2Fhead;p=thirdparty%2Ffreeradius-server.git wbcCtxAuthenticateUserEx params update to allow workstation login --- diff --git a/src/modules/rlm_mschap/auth_wbclient.c b/src/modules/rlm_mschap/auth_wbclient.c index 891df4384f5..4a7751a5d49 100644 --- a/src/modules/rlm_mschap/auth_wbclient.c +++ b/src/modules/rlm_mschap/auth_wbclient.c @@ -105,7 +105,9 @@ int do_auth_wbclient(rlm_mschap_t *inst, REQUEST *request, memcpy(authparams.password.response.challenge, challenge, sizeof(authparams.password.response.challenge)); - authparams.parameter_control |= WBC_MSV1_0_ALLOW_MSVCHAPV2; + authparams.parameter_control |= WBC_MSV1_0_ALLOW_MSVCHAPV2 | + WBC_MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT | + WBC_MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT; /*