I've fleshed out the VSA parsing and will share those modified files here.
The result is that VSA attribute replies in reply are exposed via properties
foreach ($attrib in $response.Packet.Attributes)
{
if ($attrib.AttributeType -eq [Ais.Net.Radius.Attributes.AttributeType]::VendorSpecific)
{
"VenType " + $attrib.VendorType
"VenID " + $attrib.VendorId
"rfc " + $attrib.AttributeSpecific
" - "
}
}
Original issue reported on code.google.com by hugh.kel...@gmail.com on 21 Oct 2014 at 12:06
Original issue reported on code.google.com by
hugh.kel...@gmail.com
on 21 Oct 2014 at 12:06Attachments: