From: jdegraeve Date: Wed, 8 Mar 2006 15:32:47 +0000 (+0000) Subject: Change the Service-Type to Login again since some implementations break when OUTBOUND... X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acccabeccf4b6054a63287e3fc6b9e1c75f8a08f;p=m0n0chwall.git Change the Service-Type to Login again since some implementations break when OUTBOUND is used git-svn-id: https://svn.m0n0.ch/wall/trunk@97 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- diff --git a/captiveportal/radius_authentication.inc b/captiveportal/radius_authentication.inc index ccbd3cf..c1c5bc7 100644 --- a/captiveportal/radius_authentication.inc +++ b/captiveportal/radius_authentication.inc @@ -96,7 +96,7 @@ function RADIUS_AUTHENTICATION($username,$password,$radiusservers,$clientip,$cli } // Default attributes - $rauth->putAttribute(RADIUS_SERVICE_TYPE, RADIUS_OUTBOUND); + $rauth->putAttribute(RADIUS_SERVICE_TYPE, RADIUS_LOGIN); $rauth->putAttribute(RADIUS_NAS_PORT_TYPE, RADIUS_ETHERNET); $rauth->putAttribute(RADIUS_NAS_PORT, $nas_port);