Hello, I have a problem with LDAP settings.
I use Seafile 2.1.5 on Windows Server 2012 with Active Directory.
I have modified ccnet.conf:
[LDAP]
HOST = localhost:389
BASE = dc=Company,dc=local
USER_DN = cn=seafileadmin,dc=Company,dc=local
PASSWORD = *****
LOGIN_ATTR = userPrincipalName
When I restart seafile server ccnet.log has been modified:
user-mgr.c(221): ldap_bind failed: Invalid credentials.
If I right I must create Active Directory user with "seafileadmin" name (I've created it).
PS. I'm new in LDAP and maybe I doing some principally wrong.