22 Aug
2017
22 Aug
'17
6:01 p.m.
On Aug 22, 2017, at 4:20 PM, Siddiqui Najam <Najam.Siddiqui@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.