We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 2.2
https://github.com/pyradius/pyrad/blob/master/pyrad/server_async.py#L61
Is the .secret suppose to be here? It causes the below exception if you add 0.0.0.0 to the Clients in the configuration json.
.secret
server_async.py", line 80, in datagram_received req = AuthPacket(secret=remote_host.secret, AttributeError: 'bytes' object has no attribute 'secret'
The text was updated successfully, but these errors were encountered:
Yes, if change to secret=remote_host.secret error is gone. Can't get 0.0.0.0 working though, listening on 127.0.0.1 only.
secret=remote_host.secret
Sorry, something went wrong.
No branches or pull requests
Version 2.2
https://github.com/pyradius/pyrad/blob/master/pyrad/server_async.py#L61
Is the
.secret
suppose to be here? It causes the below exception if you add 0.0.0.0 to the Clients in the configuration json.The text was updated successfully, but these errors were encountered: