https://github.com/lldap/lldap logo
Hi everyone. New LDAP and lldap user here. I've ma...
# troubleshooting
a
Hi everyone. New LDAP and lldap user here. I've managed to set lldap up to work with my syncthing instance, both in docker containers. The LDAP login works for users with the right LDAP group membership, but in syncthing I still see "invalid credential" errors from the client IP logging in to syncthing:
Copy code
2022-11-21 11:05:41 Wrong credentials supplied during API authorization from 192.168.0.242:41020
2022-11-21 11:05:41 LDAP Bind: LDAP Result Code 49 "Invalid Credentials":
2022-11-21 11:05:41 Wrong credentials supplied during API authorization from 192.168.0.242:41038
2022-11-21 11:05:41 LDAP Bind: LDAP Result Code 49 "Invalid Credentials":
2022-11-21 11:05:41 Wrong credentials supplied during API authorization from 192.168.0.242:41040
2022-11-21 11:05:42 LDAP Bind: LDAP Result Code 49 "Invalid Credentials":
2022-11-21 11:05:42 LDAP Bind: LDAP Result Code 49 "Invalid Credentials":
2022-11-21 11:05:42 LDAP Bind: LDAP Result Code 49 "Invalid Credentials":
2022-11-21 11:05:42 LDAP Bind: LDAP Result Code 49 "Invalid Credentials":
2022-11-21 11:05:42 Wrong credentials supplied during API authorization from 192.168.0.242:41040
2022-11-21 11:05:43 LDAP Bind: LDAP Result Code 49 "Invalid Credentials":
There is just me on that network at the moment, the above is only a part of all errors thrown (they're all the same). I've restarted both containers and the browser used to login on the client side. Any idea what might be causing this? As said, the LDAP login / login denial does work as expected, but these errors do irritate me.