Synchronization AD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2015 04:55 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2015 12:21 PM
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
