cancel
Showing results for 
Search instead for 
Did you mean: 

users in groups through LDAP Sync

janvg
Champ in-the-making
Champ in-the-making
We have an LDAP integration doing a syncrhonisation on groups and users. This means, users and there home spaces are created, and the groups are created. But these groups are empty ?
2 REPLIES 2

andy
Champ on-the-rise
Champ on-the-rise
Hi

What does the debug for ldap import say?

log4j.logger.org.alfresco.repo.security.authentication.ldap=debug


Regards

Andy

janvg
Champ in-the-making
Champ in-the-making
Andy,


We have checked the log file
18:57:40,865 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPPersonExportSource] Adding user for v0000012
18:57:41,104 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPPersonExportSource] Adding user for v0000004
18:57:41,374 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPPersonExportSource] Adding user for v0000006

18:58:45,714 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] Found 55


Results for groups are  :

18:58:45,715 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] Linking GROUP_gzaventem
18:58:45,715 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] … uid=v0000027,ou=people,o=vera.be,o=jes.vera.be
18:58:45,722 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] Linking GROUP_staff
18:58:45,722 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] … uid=v0000003,ou=people,o=vera.be,o=jes.vera.be
18:58:45,747 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] … uid=v0000001,ou=people,o=vera.be,o=jes.vera.be
18:58:45,776 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] Linking GROUP_marketing
18:58:45,777 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] … uid=v0000004,ou=people,o=vera.be,o=jes.vera.be
18:58:45,938 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] … uid=v0000003,ou=people,o=vera.be,o=jes.vera.be
18:58:45,972 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] … uid=v0000001,ou=people,o=vera.be,o=jes.vera.be

18:58:48,377 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] Top 55
18:58:48,377 DEBUG [org.alfresco.repo.security.authentication.ldap.LDAPGroupExportSource] Secondary 0

So , it works, but it seems Alfresco can't handle the LDAP settings. We'll digg into this next week. Thanks.