cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent Active Directory issue

ziad_maiden
Champ in-the-making
Champ in-the-making
Hello all,

I'm a newbie here. Can you please assist me in the following issue. It's very urgent.

I want to synchronize my  AD 2003 users / groups with Alfresco 3.2r.
I made my configuration and imported all users / groups.
However, groups are empty (the corresponding users are not included).
Is there any way to import groups as well as their members?

Thanks a lot for your assistance.
3 REPLIES 3

vishytk
Champ in-the-making
Champ in-the-making
How did you import users/groups from AD ?

legaulois
Champ on-the-rise
Champ on-the-rise
I have the same problem. Import of groups and users successfull but the groups are empty.

dmihelj
Champ in-the-making
Champ in-the-making
Hello all,

I'm a newbie here. Can you please assist me in the following issue. It's very urgent.

I want to synchronize my  AD 2003 users / groups with Alfresco 3.2r.
I made my configuration and imported all users / groups.
However, groups are empty (the corresponding users are not included).
Is there any way to import groups as well as their members?

Thanks a lot for your assistance.

Hello!

Users could also be imported into corresponding groups - it is working with my Alfresco installation with OpenLDAP.

The key is the parameter ldap.synchronization.groupMemberAttributeName=member in configuration file ldap-authentication.properties:

# The attribute in LDAP on group objects that defines the DN for its members
ldap.synchronization.groupMemberAttributeName=member

This tells Alfresco that each group in AD has a member property with full DN of a user, that belongs to that group.

Check your settings and see if this is the case.