LDAP. Sync does not sync users from LDAP group.
book
Article ID: 190081
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
INFO ...found 0 users from LDAP groups Group_Name
Environment
Release : 2.3.0
Component : LDAPSYNC
Resolution
The defaults.xml is looking for uniquemember.
<GroupSchema groupFilter="(objectClass=group)"
groupNameAttribute="cn"
groupMemberAttribute="uniquemember"/>
Change this attribute to member:
<GroupSchema groupFilter="(objectClass=group)"
groupNameAttribute="cn"
groupMemberAttribute="member"/>
Feedback
thumb_up
Yes
thumb_down
No