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
One user reported the following (though it looks like they are using old/unknown distro provided packaging):
# Instantiating module "userlock" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "notfound" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "noop" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "updated" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "detail" from file /etc/freeradius/3.0/mods-enabled/detail # Instantiating module "IPASS" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "suffix" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "realmpercent" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "ntdomain" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "pap" from file /etc/freeradius/3.0/mods-enabled/pap [snipped] rlm_perl: oauth2 worker (domain.com): supervisor started (tid=1) rlm_perl: oauth2 worker (domain.com): fetching discovery document rlm_perl: oauth2 worker (domain.com): started (tid=2) rlm_perl: oauth2 worker (domain.com): sync rlm_perl: oauth2 worker (domain.com): sync users rlm_perl: oauth2 worker (domain.com): users page rlm_perl: oauth2 worker (domain.com): fetching token rlm_perl: oauth2 worker (domain.com): users page ... many times ... rlm_perl: oauth2 worker (domain.com): groups page ... many times ... rlm_perl: oauth2 worker (domain.com): users failed: 500 read timeout Thread 4 terminated abnormally: token (domain.com): 500 read timeout at /opt/freeradius-oauth2-perl/main.pm line 179. rlm_perl: oauth2 worker (domain.com): died, sleeping for 4 seconds rlm_perl: oauth2 worker (domain.com): started (tid=5) rlm_perl: oauth2 worker (domain.com): sync rlm_perl: oauth2 worker (domain.com): sync users rlm_perl: oauth2 worker (domain.com): users page rlm_perl: oauth2 worker (domain.com): fetching token Segmentation fault (core dumped)
Need to see if I can replicate this in 3.0.22...I suspect I need to drop network packets mid-flight to do this.
The text was updated successfully, but these errors were encountered:
i have the same issue - looks like it has a 500 error then the next attempt dumps a segfaut.
Sorry, something went wrong.
jimdigriz
No branches or pull requests
One user reported the following (though it looks like they are using old/unknown distro provided packaging):
Need to see if I can replicate this in 3.0.22...I suspect I need to drop network packets mid-flight to do this.
The text was updated successfully, but these errors were encountered: