Users without group - ldap

cancel
Showing results for 
Search instead for 
Did you mean: 
maiconramones
Active Member II

Users without group - ldap

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
mehe
Senior Member II

Re: Users without group - ldap

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...

maiconramones
Active Member II

Re: Users without group - ldap

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
Senior Member II

Re: Users without group - ldap

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)