-
Bill Nelson replied to the topic openIDM 5.5 Connector Problem with filtering incoming LDAP data in the forum Identity Management 4 years, 4 months ago
Hi @lois54,
I’m not a big fan of using the accountSearchFilter to “filter out” entries that you don’t want returned (negation). Instead, I would suggest that you create a filter that specifies the universe of entries that you want to “consider” (inclusion), and then filter out unwanted entries in your sync.json mapping using the validSource…[Read more]