cancel
Showing results for 
Search instead for 
Did you mean: 

Users without group - ldap

maiconramones
Confirmed Champ
Confirmed Champ

Hy!

I configured the alfresco 5.2 commuity to synchronize with ldap. The users and groups is OK but the users doesn't weren't added to their groups.

I use this -> ldap.synchronization.groupMemberAttributeName=uniqueMember

The uniqueMember is attribute that contain the information about the users are in these group.

I need configure other attribute to associate users and groups?

3 REPLIES 3

mehe
Elite Collaborator
Elite Collaborator

Are you sure about your member attribute? I had to use

ldap.synchronization.groupMemberAttributeName=member

which is the standard setting.

I use apache directory studio for browsing ldap structures and for experimenting with the queries...

In theory... yes.


Because this attribute mapping the uid complete CN and DN of the users. I will try the studio to check again.


Do you know how to enable sync logs to inspect what ldap querys the Alfresco doing?

mehe
Elite Collaborator
Elite Collaborator

I only found a log4j property to increase logging

log4j.logger.org.alfresco.repo.security.sync=debug

But Alfresco is opensource and the ldap queries are visible in the sourcecode (can't look at it now, being just on mobile)