0
Fixed
Default LDAP filter is incorrect
In Event Broker v2.2.3.6, the default LDAP filter for the AD Changes plugin, according to the plugin description, should be:
(& amp ;(objectClass=user)(objectCategory=person))
Instead, it is:
(& amp ; amp ;(objectClass=user)(objectCategory=person))
Spaces added
This results in the plugin never detecting changes. This is easily fixed by updating the LDAP filter and removing the additional "amp;".
I believe this may be already incorporated into Event Broker v3
Customer support service by UserEcho
Migrated from Help Desk #423
Reassign for development work.
Matt, is this applicable to v3.0 or can it be closed?
Just checked the v3.0.0 filter template, this has been resolved. Issue closed.