Uh oh!
There was an error while loading. Please reload this page.
LDAP to not register new users when outside of fair use or over limits - #33945
Conversation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz
commented
Oct 18, 2022
Downside of the current solution: With on-demand mapping, an end user may face an infinite spinner when trying to share a file, when a user would have to be mapped. The sharing frontend code does not handle well 500 results. My idea now is to perhaps react on the request: throw the exception only when the request is done via provisioning api, otherwise just skip mapping. |
- unbreaks functionality for end users when on demand mapping takes place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
- do not stack notifications, replace them - and replace them once a day only - with LDAP it might end in total spam terror (also push) otherwise Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2fc503c to
7d3457eCompareblizzz
commented
Oct 18, 2022
/backport to stable25 |
blizzz
commented
Oct 18, 2022
/backport to stable24 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
szaimen
commented
Oct 21, 2022
Can someone restart drone? Not sure if the failure is really related... |
PVince81
commented
Oct 21, 2022
yeah, a bit weird: I've restarted the Drone builds |
In
UserManager::createUserwe check whether the instance is over limits (subscription or one-click-instance) and would refuse to add users. It works for local backends only. This PR offers a comfort method for assertion and makes the LDAP backend taking advantage of it.