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
i am building a simple Radius server using pyrad
using the example given, i cannot make very simple auth server
the code seems okay with displaying all the attributes etc but the client always "Invalid Response Authenticator ( shared secrets is incorrect.)
im using radtest and radlogin to test
im using very simple "secretkey" as the keys.
i can confirm the keys are the same on both client and server since i can decrypt password ( if wrong, i cannot decrupt password )
The text was updated successfully, but these errors were encountered:
to test, my code always return Access-Accept
but clients will reject because of invalid Response Authenticator!
Sorry, something went wrong.
No branches or pull requests
i am building a simple Radius server using pyrad
using the example given, i cannot make very simple auth server
the code seems okay with displaying all the attributes etc but the client always "Invalid Response Authenticator ( shared secrets is incorrect.)
im using radtest and radlogin to test
im using very simple "secretkey" as the keys.
i can confirm the keys are the same on both client and server since i can decrypt password ( if wrong, i cannot decrupt password )
The text was updated successfully, but these errors were encountered: