From acccabeccf4b6054a63287e3fc6b9e1c75f8a08f Mon Sep 17 00:00:00 2001 From: jdegraeve Date: Wed, 8 Mar 2006 15:32:47 +0000 Subject: [PATCH] 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 --- captiveportal/radius_authentication.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.0