I installed Seafile server on Ubuntu 20.04 with ldap integration. Everything is fine on Ubuntu with ldap but when I install Seafile server on Debian 11 with ldap integration, same ldap integration, Seafile can’t contact ldap. I couldn’t find reason of this problem. Can anyone help me please?
[LDAP]
HOST = ldaps://my-ldap-server-address
BASE = xxxx
USER_DN = xxxx
PASSWORD = xxxx
LOGIN_ATTR = mail
Also I’m connecting to ldap server with python script and getting users and roles but, seafile can’t contact to ldap with same config
and make sure it is valid.
Although, I had valid cert for nginx on the same server, for some reason the script copying renewed cert to ldap cert path stopped working, so secured connection couldn’t be established.