-
Notifications
You must be signed in to change notification settings - Fork 20
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
Consider only generating dynamic list for all documents #71
Comments
I agree that a dynamic list is usually better than a static list. Could you add checking for FNAL SSO UserValidation to the "if" if ($UserValidation eq "certificate" || $UserValidation eq "shibboleth" || ... |
It's there already. That was a quote from the release:
|
ok, great. (In the first posting in this issue, the FNALSSO part did not show up). |
indeed. Moreover, the script which should be run from Cron to generate the lists does not work on newer systems (at least, on Ubuntu server). |
is in the code now and is quite complex (and more so once SSO goes in). While this may have been the right choice 18 years ago with defined password/groups and slow servers, it's probably not anymore with better authorization mechanisms and faster servers.
One report of someone being tripped up by these settings.
The text was updated successfully, but these errors were encountered: