]> git.gsnw.org Git - m0n0chwall.git/commitdiff
Change the Service-Type to Login again since some implementations break when OUTBOUND...
authorjdegraeve <jdegraeve@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Wed, 8 Mar 2006 15:32:47 +0000 (15:32 +0000)
committerjdegraeve <jdegraeve@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Wed, 8 Mar 2006 15:32:47 +0000 (15:32 +0000)
git-svn-id: https://svn.m0n0.ch/wall/trunk@97 e36fee2c-cc09-0410-a7cc-ebac5c6737de

captiveportal/radius_authentication.inc

index ccbd3cfd53c3e9d3ff75553cb3e32adf9a690f11..c1c5bc7418a9d2021771bfeb2eb42e14a8d5dde4 100644 (file)
@@ -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);