LDAP. Sync does not sync users from LDAP group.
search cancel

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

Cause

Configuration

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"/>