You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 21 Oct 2014 at 12:06
Original issue reported on code.google.com by
[email protected]
on 21 Oct 2014 at 12:06Attachments:
The text was updated successfully, but these errors were encountered: