Returning Vendor Specific Attribute in radius reply

Alan DeKok aland at deployingradius.com
Wed Aug 23 00:01:31 CEST 2017


On Aug 22, 2017, at 4:20 PM, Siddiqui Najam <Najam.Siddiqui at gemalto.com> wrote:
> I am trying to return a Cisco vendor specific attribute from a python module by adding it to the reply tuple as:
> 
> (Attr-26, '0x00000009010f54657374417474726962757465')

  Why not just add it as a Cisco VSA?

  Cisco-AVPair = "foo"

> But I am getting the following error in the logs:
> 
> Debug: authenticate - Failed: 'reply:Attr-26'  '0x00000009010f54657374417474726962757465'
> 
> Any ideas, how I can add VSA to the reply tuple from the python module?

  Add it has a Cisco attribute, not as a string of hex numbers.

  Alan DeKok.




More information about the Freeradius-Users mailing list