Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid radius attribute: 80 #16

Open
danielhallinan88 opened this issue Jun 29, 2018 · 1 comment
Open

Invalid radius attribute: 80 #16

danielhallinan88 opened this issue Jun 29, 2018 · 1 comment

Comments

@danielhallinan88
Copy link

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)

@EmilienR
Copy link

EmilienR commented Aug 7, 2024

Hi,

This problem has been fixed in master branch (see pull request #10)

You can "update" the package with :

pip3 install -U --force git+https://github.com/btimby/py-radius

@btimby can you please provide an up-to-date version on pypi ?

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants