Osmel - 2021-01-20

Hello
The extension query to synchronize with LDAP makes a different query for users and people, for user use (& amp; (objectClass = person) (mail = *)) I am trying to modify it for a query that gives me only active users
(& (& (& (objectclass = user) (objectCategory = person) (! (userAccountControl: 1.2.840.113556.1.4.803: = 2)) (accountExpires> = 131554368000000000))))
The new query gives me the result well in LDAP but in ITOP it does not work.
Has someone modified the query?