cancel
Showing results for 
Search instead for 
Did you mean: 

Ldap Sync not working

roshan
Champ in-the-making
Champ in-the-making
I am trying to do an LDAP SYNC

If i do
ldap.synchronization.groupSearchBase=OU=Groups,DC\=domain,DC\=com
ldap.synchronization.userSearchBase=CN\=Users,dc=domain,dc=com

This works fine

If i do

ldap.synchronization.groupSearchBase=DC\=domain,DC\=com
ldap.synchronization.userSearchBase=CN\=Users,dc=domain,dc=com

This fails, here is the error:
16:50:09,394 UserSmiley Frustratedystem ERROR [security.sync.ChainingUserRegistrySynchronizer] Synchronization aborted due to error
org.alfresco.error.AlfrescoRuntimeException: 03010007 User and group import failed

Caused by: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: domain.com:389 [Root exception is java.net.ConnectException: Connection timed out]]

Caused by: java.net.ConnectException: Connection timed out
        at java.net.PlainSocketImpl.socketConnect(Native Method)


Any help? I would like to grab all groups, can I specify more than 1 OU in the ldaysearchbase?
1 REPLY 1

cathya1485
Champ in-the-making
Champ in-the-making
I'm bumping this because I have a similar question.

Thank goodness, I thought I was just messing it up.