https://github.com/lldap/lldap logo
FM - Since upgrading from 0.4.x to 0.5.0 my nex...
# troubleshooting
f
Since upgrading from 0.4.x to 0.5.0 my nextcloud cannot connect to lldap anymore. In nextcloud I get the error ``Debug user_ldap LDAP error Can't contact LDAP server (-1) after calling ldap_bind``
a
message has been deleted
n
LLDAP verbose logs?
f
There is no output when running ``occ ldap:test-config``
n
You mean that there are no new logs in LLDAP when running that command?
f
Yes
n
Is your lldap up? Did you set the right IP in nextcloud?
f
lldap is up. Running ldapsearch runs ok and also shows up in the lldap logs
The example config https://github.com/lldap/lldap/blob/main/example_configs/nextcloud.md has the host ``"ldap://lldap.example.net."``
Before my nextcloud config had just the hostname, without ``ldap://``. Also is the dot at the end necessary?
n
No, I don't think it should be there
I think nextcloud might infer the protocol, but I'm not sure
It's important if you want to use LDAPS
From the nextcloud container, can you ping the LLDAP IP?
f
Yes
n
And that's the IP you put in nextcloud (just double checking)
Then I don't know what's wrong 😄 If there's nothing in the logs, LLDAP doesn't receive a message, that's all I can say
f
I don't know either 😅 but I figured out it's not a problem with LLDAP. Thanks 😃