Ldap configuration seafile

Hi

I try to connect my seafile server to a AD ldap.

ccnet.conf looks like

[LDAP]
Host = ldap://129.3.1.1:389/
BASE = OU=Users,OU=XV,DC=mx,DC=local
USER_DN = CN=seafilead,OU=Users,OU=XV,DC=mx,DC=local
PASSWORD = xx
LOGIN_ATTR = mail

it is not working but I can’t not see any info in the log files… is there a debug switch ?

thanks

Manuel

I think you can try to use the script (available in pro version) to test your connection to your ldap.

/your/path/seafile-server-latest/pro/pro.py ldapsync --test

https://manual.seafile.com/deploy_pro/using_ldap_pro.html

Marvin

ok thanks for the answer and there is no logs about the failing?

I’ve find records concerning ldap in my ccnet.log and seafevents.log, maybe you can find some info there.