0
Fixed

Default LDAP filter is incorrect

Matthew Clark 13 years ago updated by anonymous 8 years ago 4

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

Migrated from Help Desk #423

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.