Problem In Freeradius 3.0.11

تعلم البرمجة mido2010bona at gmail.com
Thu Mar 30 08:40:40 CEST 2017


Hello ,

Iam using Freeradius 3.0.11 And  I am using this code in /etc/raddb/default

authorize {
....
update control {
  Auth-Type :=   `/usr/bin/php /var/www/html/set_auth_type.php
%{User-Name} %{User-Password} %{Client-IP-Address} 3`
  }
}

}
in v2.1.x iam using this code in php
if ($username == "Name"){
echo "Reject";
}else{
echo "Ok";
}
I am Using Ok To Skip  But in v3.0.11 Not Skip But Get Error
And When Using Accept user Login Without Check Attributes

Sorry For My English


More information about the Freeradius-Users mailing list