Hi guys,
I'm trying to test the pro version of the server, so far it seems to be up and running fine (on Ubuntu headless server 64bit 14.10). However my next step was to connect it to a testing DC running Win2008R2.
The DC has the company domain as
testing.org.au. The OU for the users is the default "Users", and the administrator account is testadmin. The DC is located at 10.180.14.21.
Here's my ccnet.conf:
[LDAP]
HOST = ldap://
10.180.14.21/BASE = dc=users,dc=testing,dc=org,dc=au
USER_DN =
test...@testing.org.au #cn=testadmin,dc=users,dc=testing,dc=org,dc=au # or use ad...@example.local etc
PASSWORD = admin123
LOGIN_ATTR = userPrincipalName
This testadmin user exists on the DC but not on the mysql database. I assumed once it logged in, it would download it, so I didn't want to have a duplicate. The admin for seafile is the user "
sea...@differentdomain.com".
Whenever I try to start the server, I get the invalid credentials error:
seafserver@Seafile:/seafile$ ./seafile-server-latest/seafile.sh start
** Message: seafile-controller.c(1067): loading seafdav config from /seafile/conf/seafdav.conf
[01/23/15 09:59:50] user-mgr.c(260): ldap_bind failed: Invalid credentials.
[01/23/15 09:59:50] user-mgr.c(99): Failed to get user number from LDAP.
failed to run "ccnet-server -t"
Any suggestions on how to troubleshoot this? Thanks a lot!