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
When I run the code below for a Radius client in my environment I get a ValueError of "Invalid radius attribute: 80", which I believe is for "Message-Authenticator". Setting "attributes=None" returns the same error. I don't have access to the Radius server in my environment so is there any workaround for this?
Hi,
When I run the code below for a Radius client in my environment I get a ValueError of "Invalid radius attribute: 80", which I believe is for "Message-Authenticator". Setting "attributes=None" returns the same error. I don't have access to the Radius server in my environment so is there any workaround for this?
try:
radius.authenticate(secret, username, password, host=ip, port=1812)
except ValueError as e:
print(e)
The text was updated successfully, but these errors were encountered: