-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Hourly Login failed in owncloud.log #40768
Comments
It's definitely the Windows Client. I activated logging and found it. But I don't know where exactly the problem is.
|
I am now testing if it is related to: https://doc.owncloud.com/server/next/admin_manual/troubleshooting/general_troubleshooting.html#owncloud-clients-cannot-connect-to-the-owncloud-server |
No, that wasn´t the solution. Still getting failed logins. |
Any ideas? |
@wassereimer86 I guess the auth token is expiring and then being automatically refreshed by client. |
But that shouldn't result in failed Login Attempts, or? |
Login attempt using expired oauth token is a failed login attempt. |
@VicDeo how does this affect the brute_force_protection app? Let's say a single user account has got a lots of clients connected on desktop computers and mobile devices and brute force settings are like https://doc.owncloud.com/server/next/admin_manual/configuration/server/security/brute_force_protection.html : ban after 3 failed login attempts within 60 seconds. So if three of the clients have got expired oauth tokens within one minute all clients would be blocked? |
Only when they're from the same originating IP address I'd say, but I have no prior experience with brut force protection, sorry. I'd need to have a look at more lines in the desktop log. Posted lines doesn't include |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
It might be helpful for administrators to change the wording into e.g. "Token expired" so we can differ between actually failed logins and expired tokens |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Issue still relevant or close at least with "wontfix" |
Steps to reproduce
Expected behaviour
No failed logins
Actual behaviour
Login failed messages in Log. Mostly hourly. Often at other times. From all users.
Server configuration
Operating system:
Ubuntu 22.04.2 LTS
Web server:
Apache
Database:
MariaDB 10.6.12
PHP version:
7.4.33
ownCloud version: (see ownCloud admin page)
10.11.0.6
Updated from an older ownCloud or fresh install:
Always updated as soon as new Version was available. Since years.
Where did you install ownCloud from:
Sources from Website
Signing status (ownCloud 9.0 and above):
No errors have been found.
The content of config/config.php:
https://gist.github.com/wassereimer86/b88e074850e24daa6d7f1dab5e7306f7
List of activated apps:
https://gist.github.com/wassereimer86/9f6ebb8b32ec8df457f4434d675c13fb
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Not relevant because this happens to all users on different systems
Logs
Web server error log
Except for many "404 GET [/remote.php/dav/avatars/usernames/128.png] HTTP/1.0"" nothing interesting in there.
ownCloud log (data/owncloud.log)
Exemple:
Browser log
Not relevant because this happens to all users on different systems
The text was updated successfully, but these errors were encountered: