Pizmovc - Hi, quick question, in my lldap logs ...
Hi, quick question, in my lldap logs I keep seeing
Login attempt for "admin"
24/7, like all the time 😅
Is it just how LDAP works or is it some brute-force attack against my server that has been going for for months now 😰
Here is an example (and these are not even all requests for login for admin in this second).
Any ideas?Solution:Jump to solution
I think that's either a brute force attack or a misconfigured integration that retries automatically without cooldown
4 Replies
Solution
I think that's either a brute force attack or a misconfigured integration that retries automatically without cooldown
Maybe you can check where the traffic on this port is coming from, whether it's your machine or not
You can also configure your containers so that the LDAP port is not exposed to the broader web and is only reachable by other containers
Ok great, thanks for confirming, its most likely a misconfiguration them. I'll investigate.
Thanks again for the response and for writing such great software! I haven't encountered any issues/bugs with it, and I've been running it for years ❤️ love it!
To give a bit of closure here, I've triple checked that lldap is not exposed anywhere, so I've ruled out brute-force attack.
It turns out that the
admin
login is actually Authelia. I've created a separate user for Authelia, so it shows up correctly now.
As for the frequency, I have a lot of services running and now that I've quieted down the worst offenders (Nextcloud clients) its much better.