haiwen / seafile-admin-docs

Home Page:https://haiwen.github.io/seafile-admin-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seafile Ldap Integration Problem on Debian 11

niyazialpay opened this issue · comments

Hello,

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

I solved this myself. I added to below line to end of the file /etc/ldap/ldap.conf and restart server.

TLS_REQCERT allow