-
Notifications
You must be signed in to change notification settings - Fork 38
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
Unknown attribute causes exception #9
Comments
Good point, your solution still validates the attributes, disallowing caller from using unknown attributes. I think if |
Does the PR address your problem? |
Thanks @btimby. Your solution looks better. As soon as possible I will update my code to validate the behavior. |
@mqgmaster Thank you sir! Please let me know. |
The following lines causes an exception when a unknown attribute is received from server.
The correct, in my opinion, is log a warning and continue the authentication. That lib does not need to validate the attributes, this is responsibility of the application using py-radius.
The text was updated successfully, but these errors were encountered: