Hello! I’ve successfully installed Seafile server on Ubuntu server. Community Edition.
I am having trouble integrating it with AD. I’ve added the following into ccnet.conf and it doesnt show any users. I checked it with ldapsearch command, it can read AD so no mistake in username or password.
[LDAP]
HOST = ldap://dc.corp.domain.en
BASE = cn=user,ou=User,dc=corp,dc=domain,dc=en
USER_DN = user@corp.domain.en
PASSWORD = password
LOGIN_ATTR = userPrincipalName
FILTER = memberOf=cn=seafile,ou=Groups,dc=corp,dc=domain,dc=en