cancel
Showing results for 
Search instead for 
Did you mean: 

Please help me Synch group members to Alfresco using Open LD

saimohang
Champ in-the-making
Champ in-the-making
Hi All,

I'm trying to sync groups and users from Open LDAP to Alfresco, users and groups are synchronizing properly, but in groups members are not displaying….can any one help me in this, really I'm facing lot of problem because of this….I'm using below properties for LDAP sync

ldap.synchronization.groupSearchBase=ou\=Group,dc\=ktree,dc\=org
ldap.synchronization.groupQuery=(objectclass\=groupofNames)
ldap.synchronization.groupDifferentialQuery=(&(objectclass\=groupOfNames)(!(modifyTimestamp<\={0})))

Thanks & Regards

Sai Mohan
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello Sai,

have you checked that your configuration uses the correct member attribute of your LDAP data structure to determine user-group relations?

The default is:

ldap.synchronization.groupMemberAttributeName=member

If your LDAP uses a different attribute, this would explain why the relations / memberships are not synchronised while users and groups individually are.

Regards
Axel

saimohang
Champ in-the-making
Champ in-the-making
Hi Axel,

Thanks for your valuable reply, actually I did one mistake in LDAP properties, the below properties are I configured as wrong,

ldap.synchronization.queryBatchSize=1000
ldap.synchronization.attributeBatchSize=1000

I found some where for non AD servers queryBatchSize and attributeBatchSize properties should be 'zero (0)'. Now I'm able to synch groups and group members are properly.

Thanks & Regards

Sai Mohan