I have Redmine (3.4.6) setup on Centos 6. Now, I want to use LDAP (connect to my AD) Here is my configuration:
-Name: AD
-host: mydomain.com
-Port: 3268
-User: mydomain.com/administrator
-Pass: 12345678
-Base DN: dc=com,dc=mydomain
-Login: sAMAccountName
-FirstName: Name
-LastName:
-Email: UserPrincipalName
After that, when I tried testing connection, Redmine push an arlert (Invalid LDAP Account/Password)
I can sure that my user and password are correct (I used in zimbra LDAP)
I need your hand to solve this problem! Thank