freeradius + jradius
    Matthew Newton 
    mcn at freeradius.org
       
    Tue Jun  9 01:16:03 CEST 2020
    
    
  
On 08/06/2020 22:24, Jim Shi via Freeradius-Users wrote:
> Hi, I have freeradius with  jradius for authentication and authorization.
> I would like to have freeradius pass NAS-IP-Address attribute to jradius.
> How to config freeradius?
The same way you add any attribute, e.g. with unlang:
update request {
   &NAS-IP-Address := 127.0.0.1
}
But NAS-IP-Address should be added by the NAS. You shouldn't generally 
be adding it in FreeRADIUS.
-- 
Matthew
    
    
More information about the Freeradius-Users
mailing list