django-radius icon indicating copy to clipboard operation
django-radius copied to clipboard

Handle bogus non unicode data on Radius:IETF Class-attributes

Open ottorei opened this issue 3 years ago • 0 comments

Some RADIUS-servers like Aruba Clearpass are inserting bogus non unicode data after the configured attributes. The configured attributes are handled correctly but trying to decode the bogus data crashes the process. This PR adds a simple try except clause to handle this issue.

ottorei avatar Feb 24 '22 01:02 ottorei