I have spent a lot of time reading and goggling, and I just can't make it work, any help will be appreciated, this is the last roadblock before I can put it on production:
I have a Active Directory domain - abc.local, to make things simple, I created a user called owncloud and put it into the Users OU, the domain controller is server1.abc.local
Host: server1.abc.local
Base: dc=abc,dc=local
Name: owncloud
Password: password
User Login Filter: uid=%uid
User List Filter: objectClass=person
Group Filter:
Port: 389
Base User Tree: OU=users,OU=abc,DC=local
Base Group Tree: OU=abc,DC=local
Group-Member association: uniqueMember
Use TLS: unchecked
Case insensitve LDAP server: checked
Display Name Field: uid
Group Display Name Field: cn
I am getting the Info log message similar to this:
Info user_ldap No or empty name for cn=john doe,ou=users,dc=abc,dc=local, skipping.
My questions are:
1. Do I miss anything in the LDAP options?
2. After the LDAP is set up successful, is there anything else I need to do? Or every accounts in Users OU automaticlly able to login.
3. In the ownCloud login page, what should I entry to login? So I use
Username: abc\owncloud
Password: password
