-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
cron.php generates gygabites of traffic from LDAP server #22101
Comments
Sounds similar to #15171. cc @nextcloud/ldap |
Same Problem (like in #15171), it's a fresh 19.0.1 installation. The cron runs via crontab every 15 minutes but after several hours i notice a second (or even third) cron.php. It has an impact on cpu time and also generates a lot of internal traffic, around 17mbps. I can't say exactly when it occurs, but after a restart I have about half a day until it starts again to generate this unusual traffic. |
As for my problem, I have solved it by changing manual LDAP filters which were carried over from OwnCloud installation years ago. My LDAP server is Active Directory. Unfortunately I don't have old filters, but new ones are almost identical to ones in official documentation. Users:
Login Attributes:
Old filters didn't cause excessive traffic before. |
I have the same issue.
This seems to happen in an endless loop. |
Let us track this in #15171 |
Hi,
I have recently noticed a huge spike in traffic (more than 1Gb each 5 minutes) between nextcloud and LDAP server. This stopped after disabling cron (run from system's crontab).
What would be the reason for nextcloud to start requesting so much data from Active Directory? Could this be a bug?
OS: FreeBSD 12.1-RELEASE (both host and jail)
Nextcloud: 19.0.1
Thank you in advance,
The text was updated successfully, but these errors were encountered: