cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP Sync : Groups / Sub-groups and users

tegyat
Champ in-the-making
Champ in-the-making
I need to import the structure of my groups /users in my LDAP to Alfresco.

An example of my structure :
Root-Group
   +++ group1
      —- user1
      —- user2
      —- user3
      ++++++ group11
         ——— user4
         +++++++++ group111
         ————– user5
      ++++++ group12
         ——— user7
         ——— user8
      +++ group2
         ——— user9

Is it possible? if yes, how?
Note that I'm using Alfresco v3.2 community.
1 REPLY 1

dward
Champ on-the-rise
Champ on-the-rise
Yes it's possible. Just configure the LDAP authentication subsystem to synchronize with your LDAP server. The synchronizer imports all your users and groups and respects parent-child relationships between groups. The groups will be navigable through the 'root groups' (those with no parent groups) in the Alfresco administration console.

Have a look at http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#LDAP and/or these forums for how to configure LDAP synchronization.