Problem with update request
    Alan DeKok 
    aland at deployingradius.com
       
    Wed Sep 14 20:23:46 CEST 2011
    
    
  
Fabian Mikołajczak wrote:
> Hi all,
> 
> I'm trying to replace User-Name and User-Password with
> ADSL-Agent-Circuit-Id in request and it does not work. Configuration and
> debug output below. What I am doing wrong?
  ADSL-Agent-Circuit-Id has a leading zero.  "\000..."
  That's used to signify "end of string" in C.
  The solution... get the NAS to follow RFC 4679.  ADSL-Agent-Circuit-Id
is a printable string, not a 4-octet binary blob.
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list