cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronization AD

llg
Champ in-the-making
Champ in-the-making
Hi,

  how can we configure ldap synchronization when the group is a user's attribute.

dn : cn=user,ou=person, BASEDN
department : MYGROUP



I set,
ldap.synchronization.personQuery=(ObjectClass=person)
ldap.synchronization.groupQuery=(ObjectClass=person)
ldap.synchronization.userIdAttributeName=cn
ldap.synchronization.groupIdAttributeName=department

Users and groups are correctly imported, but groups are empty.
I can't fill ldap.synchronization.groupMemberAttributeName=member because my directory not implement RBAC model

Thanks

llg
1 REPLY 1

jasonm
Champ in-the-making
Champ in-the-making
Are you using ldap or ldap-ad in the auth chain? the ldap-ad i think will make this work for you, it did for me initially