Skip to content
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

Per user bruteforce detection #8510

Closed
RalphBariz opened this issue Feb 22, 2018 · 2 comments
Closed

Per user bruteforce detection #8510

RalphBariz opened this issue Feb 22, 2018 · 2 comments

Comments

@RalphBariz
Copy link

Situation:
The nextcloud instance is in a container behind an apache proxy running on host, therefore all access attemps have the same IP, the IP of container host.

Observed:
When bruteforce lock is triggered, all users are blocked.

Expected:
Switching system to a per user lock instead of a per IP lock.

BR
Ralph

@MorrisJobke
Copy link
Member

This is already supported. The behaviour you described looks like the proxy server doesn't properly forward the IP addresses of the clients. We have a dedicated documentation page for this, that lists the steps that you need to take to accomplish this.

https://docs.nextcloud.com/server/13/admin_manual/configuration_server/reverse_proxy_configuration.html

@RalphBariz
Copy link
Author

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants