Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
I have a problem with adding of Active Directory GAL to ZIMBRA (using both Internal and External GAL).
Server type: Active Directory
Server Name
ldap://xxx.xxx.xxx.xxx:389 (without SSL)
LDAP Filter: ad
Autocomplete Filter: adAutoComplete
LDAP search base: dc=domain,dc=com
use DN/password......yes
Search string: adAutoComplete
Click Test and get next error:
service.FAILURE
system failure: java.lang.ClassCastException: java.lang.String
btpool0-182:1231866017663:3578289560f7d08c
What do you mean "binding ID" ? The IP address of domain controller is correct. Account for access to active directory is my account ((DN) username and password is correct 100%). What else can I specify incorrect?
There is network access from Zimbra to the DC on necessary port. (checked by telnet).
Uxbot, Ryan Frantz, thank you very much. The problem actually was in incorrect DN. I used only CN=username, but need CN=username,OU=ObjectUnit,DC=domain,DC=com. The problem is solved.